| Visual Basic (Declaration) | |
|---|---|
Public Property AccessibleRole As AccessibleRole | |
| C# | |
|---|---|
public AccessibleRole AccessibleRole {get; set;} | |
Property Value
One of the values of System.Windows.Forms.AccessibleRole. The default is Default.| Exception | Description |
|---|---|
| System.ComponentModel.InvalidEnumArgumentException | The value assigned is not one of the System.Windows.Forms.AccessibleRole values. |