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

适用于

另请参阅