System.Windows.Forms.Control.AccessibleRole Property

Gets or sets the accessible role of the control

Syntax

[System.ComponentModel.DefaultValue(System.Windows.Forms.AccessibleRole.Default)]
public AccessibleRole AccessibleRole { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Control.AccessibleRole property describes what kind of user interface element an object is. If the control's role cannot be determined, the Control.AccessibleRole property is set to Default.

For more information about properties of accessible objects, see the "Content of Descriptive Properties" topic in the MSDN library at http://msdn.microsoft.com/library.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0