Control.AccessibleRole Property
.NET Framework 3.0
Gets or sets the accessible role of the control
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
public: property AccessibleRole AccessibleRole { AccessibleRole get (); void set (AccessibleRole value); }
/** @property */ public AccessibleRole get_AccessibleRole () /** @property */ public void set_AccessibleRole (AccessibleRole value)
public function get AccessibleRole () : AccessibleRole public function set AccessibleRole (value : AccessibleRole)
Not applicable.
Property Value
One of the values of AccessibleRole. The default is Default.The AccessibleRole property describes what kind of user interface element an object is. If the control's role cannot be determined, the 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.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: