C# Class XPTable.Editors.DropDownCellEditor.ActivationListener

Listener for WM_NCACTIVATE and WM_ACTIVATEAPP messages
Inheritance: XPTable.Win32.NativeWindow
Afficher le fichier Open project: binaryage/xrefresh

Méthodes publiques

Méthode Description
ActivationListener ( DropDownCellEditor owner ) : System

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

Méthodes protégées

Méthode Description
WndProc ( Message &m ) : void

Processes Windows messages

Method Details

ActivationListener() public méthode

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

WndProc() protected méthode

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