ShapeField::DefaultAccessibleState Property

 

Gets the default state of the shape field for the accessible object.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property AccessibleStates DefaultAccessibleState {
	AccessibleStates get();
	void set(AccessibleStates value);
}

Property Value

Type: System.Windows.Forms::AccessibleStates

The default state of the shape field.

Return to top
Show: