C# Class Fusion8.Cropper.CropForm

Inheritance: LayeredForm
Afficher le fichier Open project: enriquein/Cropper

Méthodes protégées

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

Private Methods

Méthode Description
RegisterHotKeys ( ) : void
UnregisterHotKeys ( ) : void

Method Details

CropForm() protected méthode

protected CropForm ( ) : System
Résultat System

OnClosed() protected méthode

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

OnHotKeyPress() protected méthode

protected OnHotKeyPress ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

WndProc() protected méthode

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