ShapeElement.AccessibleState Property

Gets the state of the shape.

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

Syntax

'Declaration
Public Overridable ReadOnly Property AccessibleState As AccessibleStates
'Usage
Dim instance As ShapeElement 
Dim value As AccessibleStates 

value = instance.AccessibleState
public virtual AccessibleStates AccessibleState { get; }
public:
virtual property AccessibleStates AccessibleState {
    AccessibleStates get ();
}
public function get AccessibleState () : AccessibleStates

Property Value

Type: System.Windows.Forms.AccessibleStates
The state of the shape.

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace