C# Class PixelFarm.Forms.Control

Inheritance: IDisposable
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnHandleCreated ( EventArgs e ) : void
OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Private Methods

Method Description
Control ( IntPtr nativeHwnd ) : System

Method Details

Control() public method

public Control ( ) : System
return System

CreateFromNativeWindowHwnd() public static method

public static CreateFromNativeWindowHwnd ( IntPtr hwnd ) : Control
hwnd System.IntPtr
return Control

Dispose() public method

public Dispose ( ) : void
return void

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void

OnPreviewKeyDown() protected method

protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
e PreviewKeyDownEventArgs
return void

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

SetSize() public method

public SetSize ( int w, int h ) : void
w int
h int
return void

Show() public method

public Show ( ) : void
return void