ComboBox.IsInputKey(Keys) 메서드

정의

지정된 키가 일반 입력 키인지 또는 전처리가 필요한 특수 키인지를 확인합니다.

protected:
 override bool IsInputKey(System::Windows::Forms::Keys keyData);
protected override bool IsInputKey (System.Windows.Forms.Keys keyData);
override this.IsInputKey : System.Windows.Forms.Keys -> bool
Protected Overrides Function IsInputKey (keyData As Keys) As Boolean

매개 변수

keyData
Keys

Keys 값 중 하나입니다.

반환

Boolean

지정된 키가 일반 입력 키이면 true이고, 그렇지 않으면 false입니다.

설명

The IsInputKey method returns true when the keyData parameter includes the Return or Escape value and the DroppedDown property is true.

적용 대상