C# Class PixelFarm.Forms.Control

Inheritance: IDisposable
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
Control ( ) : System
CreateFromNativeWindowHwnd ( IntPtr hwnd ) : Control
Dispose ( ) : void
SetSize ( int w, int h ) : void
Show ( ) : void

Méthodes protégées

Méthode Description
OnHandleCreated ( EventArgs e ) : void
OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Private Methods

Méthode Description
Control ( IntPtr nativeHwnd ) : System

Method Details

Control() public méthode

public Control ( ) : System
Résultat System

CreateFromNativeWindowHwnd() public static méthode

public static CreateFromNativeWindowHwnd ( IntPtr hwnd ) : Control
hwnd System.IntPtr
Résultat Control

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreviewKeyDown() protected méthode

protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
e PreviewKeyDownEventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetSize() public méthode

public SetSize ( int w, int h ) : void
w int
h int
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void