Control.ControlAccessibleObject.KeyboardShortcut Property

Definition

Gets the object shortcut key or access key for an accessible object.

public:
 virtual property System::String ^ KeyboardShortcut { System::String ^ get(); };
public override string KeyboardShortcut { get; }
public override string? KeyboardShortcut { get; }
member this.KeyboardShortcut : string
Public Overrides ReadOnly Property KeyboardShortcut As String

Property Value

The object shortcut key or access key for an accessible object, or null if there is no shortcut key associated with the object.

Remarks

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

Applies to

See also