ToolStripManager.IsShortcutDefined(Keys) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索一个值,该值指示指定的快捷键是否由窗体的任何 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
要搜索的快捷键。
返回
如果该快捷键由窗体上的任何 ToolStrip 使用,为 true
;否则为 false
。