C# Class ZForge.Controls.XPTable.Editors.KeyMessageFilter

A message filter that filters key messages
Inheritance: IMessageFilter
Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
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

Method Details

KeyMessageFilter() public method

Initializes a new instance of the CellEditor class with the specified IKeyMessageFilterClient client
public KeyMessageFilter ( IKeyMessageFilterClient client ) : System
client IKeyMessageFilterClient
return System

PreFilterMessage() public method

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
return bool