ActionsPane.AccessibleRole Property
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.
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.