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

검색할 바로 가기 키입니다.

반품

폼에서 바로 가기 키를 사용 하면 그렇지 않으면 .입니다.

적용 대상

추가 정보