C# Class CustomChrome.FormChrome

Inheritance: FormComponent
Afficher le fichier Open project: pvginkel/CustomChrome Class Usage Examples

Private Properties

Свойство Type Description
UpdateFormRegion void
UpdateWindowState void

Méthodes publiques

Méthode Description
BeginUpdate ( ) : void
EndUpdate ( ) : void
FormChrome ( ) : System
FormChrome ( IContainer container ) : System
Invalidate ( ) : void
PaintNonClientArea ( ) : void
PointToClient ( Point location ) : Point

Méthodes protégées

Méthode Description
OnNonClientAreaPaint ( NonClientPaintEventArgs e ) : void
OnNonClientMouseDown ( NonClientMouseEventArgs e ) : void
OnNonClientMouseLeave ( EventArgs e ) : void
OnNonClientMouseMove ( MouseEventArgs e ) : void
OnNonClientMouseUp ( NonClientMouseEventArgs e ) : void
OnSystemCommand ( SystemCommandEventArgs e ) : void

Private Methods

Méthode Description
UpdateFormRegion ( ) : void
UpdateWindowState ( ) : void

Method Details

BeginUpdate() public méthode

public BeginUpdate ( ) : void
Résultat void

EndUpdate() public méthode

public EndUpdate ( ) : void
Résultat void

FormChrome() public méthode

public FormChrome ( ) : System
Résultat System

FormChrome() public méthode

public FormChrome ( IContainer container ) : System
container IContainer
Résultat System

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

OnNonClientAreaPaint() protected méthode

protected OnNonClientAreaPaint ( NonClientPaintEventArgs e ) : void
e NonClientPaintEventArgs
Résultat void

OnNonClientMouseDown() protected méthode

protected OnNonClientMouseDown ( NonClientMouseEventArgs e ) : void
e NonClientMouseEventArgs
Résultat void

OnNonClientMouseLeave() protected méthode

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

OnNonClientMouseMove() protected méthode

protected OnNonClientMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnNonClientMouseUp() protected méthode

protected OnNonClientMouseUp ( NonClientMouseEventArgs e ) : void
e NonClientMouseEventArgs
Résultat void

OnSystemCommand() protected méthode

protected OnSystemCommand ( SystemCommandEventArgs e ) : void
e SystemCommandEventArgs
Résultat void

PaintNonClientArea() public méthode

public PaintNonClientArea ( ) : void
Résultat void

PointToClient() public méthode

public PointToClient ( Point location ) : Point
location Point
Résultat Point