다음을 통해 공유


ActivityDesignerAccessibleObject.State 속성

정의

현재 ActivityDesignerAccessibleObject의 내게 필요한 옵션 지원 상태를 가져옵니다.

public:
 virtual property System::Windows::Forms::AccessibleStates State { System::Windows::Forms::AccessibleStates get(); };
public override System.Windows.Forms.AccessibleStates State { get; }
member this.State : System.Windows.Forms.AccessibleStates
Public Overrides ReadOnly Property State As AccessibleStates

속성 값

AccessibleStates

AccessibleStates 값의 조합입니다.

설명

State의 가능한 값은 다음과 같습니다.

Selected, Selectable, MultiSelectable, Focused, Focusable, ReadOnly, MoveableInvisible입니다.

적용 대상