ToolStripMenuItem.ShowShortcutKeys 属性

定义

获取或设置一个值,该值指示与 ToolStripMenuItem 关联的快捷键是否显示在 ToolStripMenuItem 旁边。

public:
 property bool ShowShortcutKeys { bool get(); void set(bool value); };
public bool ShowShortcutKeys { get; set; }
member this.ShowShortcutKeys : bool with get, set
Public Property ShowShortcutKeys As Boolean

属性值

如果显示快捷键,为 true;否则为 false。 默认值为 true

适用于