C# Class XPTable.Editors.DropDownCellEditor.ActivationListener

Listener for WM_NCACTIVATE and WM_ACTIVATEAPP messages
Inheritance: XPTable.Win32.NativeWindow
Datei anzeigen Open project: binaryage/xrefresh

Public Methods

Method Description
ActivationListener ( DropDownCellEditor owner ) : System

Initializes a new instance of the DropDownCellEditor class with the specified DropDownCellEditor owner

Protected Methods

Method Description
WndProc ( Message &m ) : void

Processes Windows messages

Method Details

ActivationListener() public method

Initializes a new instance of the DropDownCellEditor class with the specified DropDownCellEditor owner
public ActivationListener ( DropDownCellEditor owner ) : System
owner DropDownCellEditor The DropDownCellEditor that owns the listener
return System

WndProc() protected method

Processes Windows messages
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows Message to process
return void