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

A message filter that filters key messages
Inheritance: IMessageFilter
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

PreFilterMessage() public méthode

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
Résultat bool