C# Класс DataGridViewAutoFilter.DataGridViewAutoFilterSingleColumnHeaderCell.FilterListBox

Represents a ListBox control used as a drop-down filter list in a DataGridView control.
Наследование: System.Windows.Forms.ListBox
Показать файл Открыть проект

Открытые методы

Метод Описание
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