TextField.GetAccessibleRole(ShapeElement) 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 role of this ShapeField.
public:
override System::Windows::Forms::AccessibleRole GetAccessibleRole(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public override System.Windows.Forms.AccessibleRole GetAccessibleRole (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
override this.GetAccessibleRole : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> System.Windows.Forms.AccessibleRole
Public Overrides Function GetAccessibleRole (parentShape As ShapeElement) As AccessibleRole
Parameters
- parentShape
- ShapeElement
The ShapeElement that contains this ShapeField.
Returns
The AccessibleRole of this ShapeField.