TaskDialogExpander.Expanded 속성

정의

대화 상자의 확장된 영역을 볼 수 있도록 확장기 단추가 확장된 상태인지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

true if the expander button is in the expanded state; false if it's in the collapsed state. 기본값은 false입니다.

예외

속성이 설정되어 있으며 현재 작업 대화 상자에 이 확장기 인스턴스가 바인딩되어 있습니다.

적용 대상