ToolStripMenuItem::ShortcutKeyDisplayString Property

 

Gets or sets the shortcut key text.

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

public:
property String^ ShortcutKeyDisplayString {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String representing the shortcut key.

Use this property to get or set the text that is displayed as the shortcut key.

The following example assigns the specified text to the ShortcutKeyDisplayString. This example is part of a larger example available in the ToolStripManager class overview.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: