ActivityDesignerAccessibleObject.Role Property

Definition

Gets the role of the current ActivityDesignerAccessibleObject.

public:
 virtual property System::Windows::Forms::AccessibleRole Role { System::Windows::Forms::AccessibleRole get(); };
public override System.Windows.Forms.AccessibleRole Role { get; }
member this.Role : System.Windows.Forms.AccessibleRole
Public Overrides ReadOnly Property Role As AccessibleRole

Property Value

One of the AccessibleRole values, or None if no role has been specified.

Remarks

A graphical image used to diagram data can be obtained using the Diagram member of AccessibleRole.

Applies to