NodeShape.AccessibleState Property

Definition

Gets additional accessible states of this shape.
By default, the following states are pre-determined: (1) AccessibleStates.Selected, (2) AccessibleStates.Focused, (3) AccessibleStates.Selectable, (4) AccessibleStates.Focusable

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

Property Value

Applies to