Gets the object shortcut key or access key for an accessible object.
[Visual Basic] Overridable Public ReadOnly Property KeyboardShortcut As String [C#] public string KeyboardShortcut {virtual get;} [C++] public: __property virtual String* get_KeyboardShortcut(); [JScript] public function get KeyboardShortcut() : String;
The object shortcut key or access key for an accessible object. If there is no shortcut key associated with an object, the value is a null reference (in Visual Basic Nothing).
All objects that have a shortcut key or access key should support this property.
AccessibleObject Class | AccessibleObject Members | System.WinForms Namespace | Bounds | DefaultAction | Description | Help | Name | Parent | Role | State | Value