System.Windows.Forms.ToolStripManager.IsShortcutDefined Method

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

Syntax

public static bool IsShortcutDefined (Keys shortcut)

Parameters

shortcut
The shortcut key for which to search.

Returns

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

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0