C# Class Alsing.Windows.Forms.NativeSubclasser

Inheritance: System.Windows.Forms.NativeWindow
Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Detatch ( ) : void
NativeSubclasser ( ) : System
NativeSubclasser ( Control Target ) : System
NativeSubclasser ( IntPtr hWnd ) : System

Protected Methods

Method Description
OnMessage ( NativeMessageArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
Handle_Created ( object o, EventArgs e ) : void
Handle_Destroyed ( object o, EventArgs e ) : void

Method Details

Detatch() public method

public Detatch ( ) : void
return void

NativeSubclasser() public method

public NativeSubclasser ( ) : System
return System

NativeSubclasser() public method

public NativeSubclasser ( Control Target ) : System
Target System.Windows.Forms.Control
return System

NativeSubclasser() public method

public NativeSubclasser ( IntPtr hWnd ) : System
hWnd System.IntPtr
return System

OnMessage() protected method

protected OnMessage ( NativeMessageArgs e ) : void
e NativeMessageArgs
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void