NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AccessibleObject.State

Gets the state of this accessible object.

[Visual Basic]
Overridable Public ReadOnly Property State As AccessibleStates
[C#]
public AccessibleStates State {virtual get;}
[C++]
public: __property virtual AccessibleStates get_State();
[JScript]
public function get State() : AccessibleStates;

Property Value

One of the AccessibleStates values.

Remarks

If this property is a null reference (in Visual Basic Nothing) and the accessible object represents a system control, the system control provides the state.

See Also

AccessibleObject Class | AccessibleObject Members | System.WinForms Namespace | Bounds | DefaultAction | Description | Help | KeyboardShortcut | Name | Parent | Role | Value