ToolStripItem::ToolStripItemAccessibleObject::KeyboardShortcut Property

 

Gets the shortcut key or access key for the 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 shortcut key or access key for the accessible object, or null if there is no shortcut key associated with the object.

.NET Framework
Available since 2.0
Return to top
Show: