C# Класс ZForge.Controls.XPTable.Editors.KeyMessageFilter

A message filter that filters key messages
Наследование: IMessageFilter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
KeyMessageFilter ( IKeyMessageFilterClient client ) : System

Initializes a new instance of the CellEditor class with the specified IKeyMessageFilterClient client

PreFilterMessage ( Message &m ) : bool

Filters out a message before it is dispatched

Описание методов

KeyMessageFilter() публичный Метод

Initializes a new instance of the CellEditor class with the specified IKeyMessageFilterClient client
public KeyMessageFilter ( IKeyMessageFilterClient client ) : System
client IKeyMessageFilterClient
Результат System

PreFilterMessage() публичный Метод

Filters out a message before it is dispatched
public PreFilterMessage ( Message &m ) : bool
m System.Windows.Forms.Message The message to be dispatched. You cannot modify /// this message
Результат bool