C# Класс XPTable.Editors.DropDownCellEditor.ActivationListener

Listener for WM_NCACTIVATE and WM_ACTIVATEAPP messages
Наследование: XPTable.Win32.NativeWindow
Показать файл Открыть проект

Открытые методы

Метод Описание
ActivationListener ( DropDownCellEditor owner ) : System

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

Защищенные методы

Метод Описание
WndProc ( Message &m ) : void

Processes Windows messages

Описание методов

ActivationListener() публичный Метод

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
Результат System

WndProc() защищенный Метод

Processes Windows messages
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows Message to process
Результат void