C# Class XCore.TestControl3

This is initialized with windows messages for a paint event, kill and set focus. RunPendingMessages fires the killFocus and setfocus from inside the paint.
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
TestControl3 ( PaintEventArgs pe, 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