LineSegment.GetAccessibleState(LinkShape, DiagramClientView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the accessible state of this LineSegment.
public:
virtual System::Windows::Forms::AccessibleStates GetAccessibleState(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ diagramClientView);
public virtual System.Windows.Forms.AccessibleStates GetAccessibleState (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape parentShape, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView diagramClientView);
abstract member GetAccessibleState : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> System.Windows.Forms.AccessibleStates
override this.GetAccessibleState : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> System.Windows.Forms.AccessibleStates
Public Overridable Function GetAccessibleState (parentShape As LinkShape, diagramClientView As DiagramClientView) As AccessibleStates
Parameters
- parentShape
- LinkShape
The LinkShape that contains this LineSegment.
- diagramClientView
- DiagramClientView
The view the accessible object is for.
Returns
The AccessibleState of this LineSegment.