ListControl.FormattingEnabled 속성

정의

형식이 DisplayMemberListControl 속성에 적용되지는 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool FormattingEnabled { bool get(); void set(bool value); };
public bool FormattingEnabled { get; set; }
member this.FormattingEnabled : bool with get, set
Public Property FormattingEnabled As Boolean

속성 값

DisplayMember 속성의 형식을 사용하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

설정 합니다 FormattingEnabled 속성을 true 하면 합니다 Format 의 표시 되는 각 멤버에 대 한 이벤트가 ListControl.

SelectedIndexSelectedValue, 및 FormattingEnabled 같이 관련 됩니다.

적용 대상