共用方式為


ToolStripManager.IsShortcutDefined(Keys) 方法

定義

擷取值,指出指定的快速鍵是否由表單的任一個 ToolStrip 控制項所使用。

public:
 static bool IsShortcutDefined(System::Windows::Forms::Keys shortcut);
public static bool IsShortcutDefined (System.Windows.Forms.Keys shortcut);
static member IsShortcutDefined : System.Windows.Forms.Keys -> bool
Public Shared Function IsShortcutDefined (shortcut As Keys) As Boolean

參數

shortcut
Keys

要搜尋的快速鍵。

傳回

Boolean

如果此快速鍵已由表單上的任一個 ToolStrip 所使用,則為 true,否則為 false

適用於

另請參閱