ToolStripItem.ShowKeyboardCues 屬性

定義

取得值,指出要顯示還是隱藏快速鍵。

protected public:
 virtual property bool ShowKeyboardCues { bool get(); };
protected internal virtual bool ShowKeyboardCues { get; }
member this.ShowKeyboardCues : bool
Protected Friend Overridable ReadOnly Property ShowKeyboardCues As Boolean

屬性值

true 表示顯示快速鍵,否則為 false。 預設為 true

備註

快速鍵,例如 CTRL+C 進行複製,提供鍵盤替代方案,讓您選取具有滑鼠或其他指向裝置的命令。

適用於