Control::ControlAccessibleObject::KeyboardShortcut Property

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ KeyboardShortcut {
	virtual String^ get() override;
}

Property Value

Type: System::String^

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

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

.NET Framework
Available since 1.1
Return to top
Show: