C# Class XCore.TestControl2

This is initialized with windows messages for an activate, a killFocus, and a set focus. RunPendingMessages fires the killFocus and set focus from inside the activate; the activate from inside the keyDown
Inheritance: TestControl1
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Protected Methods

Method Description
RunPendingMessages ( object original ) : void

Override to produce the required behavior.

Private Methods

Method Description
TestControl2 ( Message keyDown, Message activate, Message killFocus, Message setFocus ) : System

Method Details

RunPendingMessages() protected method

Override to produce the required behavior.
protected RunPendingMessages ( object original ) : void
original object
return void