NodeShape.AccessibleState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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