ToolStripManager.IsShortcutDefined(Keys) Method

Definition

Retrieves a value indicating whether the specified shortcut key is used by any of the ToolStrip controls of a form.

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

Parameters

shortcut
Keys

The shortcut key for which to search.

Returns

true if the shortcut key is used by any ToolStrip on the form; otherwise, false.

Applies to

See also