ListField.GetAccessibleRole(ShapeElement) Method

Definition

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.

Applies to