C# 클래스 DataGridViewAutoFilter.DataGridViewAutoFilterFullColumnHeaderCell.FilterListBox

Represents a ListBox control used as a drop-down filter list in a DataGridView control.
상속: System.Windows.Forms.ListBox
파일 보기 프로젝트 열기: Duke-Jones/ED-IBE

공개 메소드들

메소드 설명
FilterListBox ( ) : System

Initializes a new instance of the FilterListBox class.

보호된 메소드들

메소드 설명
IsInputKey ( Keys keyData ) : bool

Indicates that the FilterListBox will handle (or ignore) all keystrokes that are not handled by the operating system.

ProcessKeyMessage ( Message &m ) : bool

Processes a keyboard message directly, preventing it from being intercepted by the parent DataGridView control.

메소드 상세

FilterListBox() 공개 메소드

Initializes a new instance of the FilterListBox class.
public FilterListBox ( ) : System
리턴 System

IsInputKey() 보호된 메소드

Indicates that the FilterListBox will handle (or ignore) all keystrokes that are not handled by the operating system.
protected IsInputKey ( Keys keyData ) : bool
keyData Keys A Keys value that represents the keyboard input.
리턴 bool

ProcessKeyMessage() 보호된 메소드

Processes a keyboard message directly, preventing it from being intercepted by the parent DataGridView control.
protected ProcessKeyMessage ( Message &m ) : bool
m System.Windows.Forms.Message A Message, passed by reference, that /// represents the window message to process.
리턴 bool