共用方式為


ToolStripManager.IsValidShortcut(Keys) 方法

定義

擷取值,指出定義的快速鍵是否有效。

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

參數

shortcut
Keys

要測試有效性的快速鍵。

傳回

Boolean

如果此快速鍵有效,則為 true,否則為 false

備註

有效的快速鍵是單獨 F1 到 F12 的函式索引鍵;具有 CTRL、ALT 或 SHIFT 修飾詞的函式按鍵;或其他具有 CTRL、ALT 或 SHIFT 修飾詞的按鍵。 如果單獨使用函數按鍵,CTRL、ALT 或 SHIFT 鍵和鍵不是有效的快速鍵。

適用於

另請參閱