C# Class Alsing.Windows.Forms.NativeSubclasser

Inheritance: System.Windows.Forms.NativeWindow
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
Detatch ( ) : void
NativeSubclasser ( ) : System
NativeSubclasser ( Control Target ) : System
NativeSubclasser ( IntPtr hWnd ) : System

Méthodes protégées

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

Private Methods

Méthode Description
Handle_Created ( object o, EventArgs e ) : void
Handle_Destroyed ( object o, EventArgs e ) : void

Method Details

Detatch() public méthode

public Detatch ( ) : void
Résultat void

NativeSubclasser() public méthode

public NativeSubclasser ( ) : System
Résultat System

NativeSubclasser() public méthode

public NativeSubclasser ( Control Target ) : System
Target System.Windows.Forms.Control
Résultat System

NativeSubclasser() public méthode

public NativeSubclasser ( IntPtr hWnd ) : System
hWnd System.IntPtr
Résultat System

OnMessage() protected méthode

protected OnMessage ( NativeMessageArgs e ) : void
e NativeMessageArgs
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void