ControlDesigner::ControlDesignerAccessibleObject::State Property

 

Gets the state of this accessible object.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
property AccessibleStates State {
	virtual AccessibleStates get() override;
}

Property Value

Type: System.Windows.Forms::AccessibleStates

One of the AccessibleStates values, or None, if no state has been set.

.NET Framework
Available since 1.1
Return to top
Show: