C# 클래스 XPTable.Editors.DropDownCellEditor.ActivationListener

Listener for WM_NCACTIVATE and WM_ACTIVATEAPP messages
상속: XPTable.Win32.NativeWindow
파일 보기 프로젝트 열기: binaryage/xrefresh

공개 메소드들

메소드 설명
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