ToolStripManager.IsShortcutDefined(Keys) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.