ShapeField::GetAccessibleState Method (ShapeElement^, DiagramClientView^)
Visual Studio 2015
Gets the state of the shape field for the accessible object.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual AccessibleStates GetAccessibleState( ShapeElement^ parentShape, DiagramClientView^ diagramClientView )
Parameters
- parentShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The shape element to which the shape field is assigned.
- diagramClientView
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^
The view the accessible object is for.
Return Value
Type: System.Windows.Forms::AccessibleStatesThe state of the shape field for the accessible object.
Show: