ActionsPane.AccessibleRole Property

Definition

Gets or sets the accessible role of the actions pane.

public:
 property System::Windows::Forms::AccessibleRole AccessibleRole { System::Windows::Forms::AccessibleRole get(); void set(System::Windows::Forms::AccessibleRole value); };
public System.Windows.Forms.AccessibleRole AccessibleRole { get; set; }
member this.AccessibleRole : System.Windows.Forms.AccessibleRole with get, set
Public Property AccessibleRole As AccessibleRole

Property Value

The accessible role of the actions pane. The default is Default.

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.AccessibleRole property. For more information about using this property, see System.Windows.Forms.Control.AccessibleRole.

Applies to