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

検索するショートカット キー。

返品

ショートカット キーがフォーム上の任意の によって使用される場合は a0/& 。それ以外の場合は。

適用対象

こちらもご覧ください