C# Class Fusion8.Cropper.CropForm

Inheritance: LayeredForm
Mostrar archivo Open project: enriquein/Cropper

Protected Methods

Method Description
CropForm ( ) : System
OnClosed ( EventArgs e ) : void
OnHotKeyPress ( KeyEventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
RegisterHotKeys ( ) : void
UnregisterHotKeys ( ) : void

Method Details

CropForm() protected method

protected CropForm ( ) : System
return System

OnClosed() protected method

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

OnHotKeyPress() protected method

protected OnHotKeyPress ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

WndProc() protected method

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