NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AccessibleObject.KeyboardShortcut

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;

Property Value

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).

Remarks

All objects that have a shortcut key or access key should support this property.

See Also

AccessibleObject Class | AccessibleObject Members | System.WinForms Namespace | Bounds | DefaultAction | Description | Help | Name | Parent | Role | State | Value