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

A message filter that filters mouse messages
Inheritance: IMessageFilter
Mostrar archivo Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
MouseMessageFilter ( IMouseMessageFilterClient client ) : System

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

PreFilterMessage ( Message &m ) : bool

Filters out a message before it is dispatched

Method Details

MouseMessageFilter() public method

Initializes a new instance of the CellEditor class with the specified IMouseMessageFilterClient client
public MouseMessageFilter ( IMouseMessageFilterClient client ) : System
client IMouseMessageFilterClient
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