C# Class ChangerControl, Auxilium

Inheritance: Control
Afficher le fichier Open project: banksyhf/Auxilium

Méthodes publiques

Méthode Description
ChangerControl ( ) : System
RoundRect ( Rectangle Rectangle, int Curve ) : GraphicsPath
RoundRect ( int X, int Y, int Width, int Height, int Curve ) : GraphicsPath

Méthodes protégées

Méthode Description
CreateHandle ( ) : void
OnBackColorChanged ( System e ) : void
OnFontChanged ( System e ) : void
OnForeColorChanged ( System e ) : void
OnMouseClick ( System e ) : void
OnMouseDown ( System e ) : void
OnMouseLeave ( System e ) : void
OnMouseMove ( System e ) : void
OnMouseUp ( System e ) : void
OnPaint ( System e ) : void
OnParentBackColorChanged ( System e ) : void
OnResize ( System e ) : void
OnTextChanged ( System e ) : void

Private Methods

Méthode Description
OnKeyUp ( object sender, System e ) : void

Method Details

ChangerControl() public méthode

public ChangerControl ( ) : System
Résultat System

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

OnBackColorChanged() protected méthode

protected OnBackColorChanged ( System e ) : void
e System
Résultat void

OnFontChanged() protected méthode

protected OnFontChanged ( System e ) : void
e System
Résultat void

OnForeColorChanged() protected méthode

protected OnForeColorChanged ( System e ) : void
e System
Résultat void

OnMouseClick() protected méthode

protected OnMouseClick ( System e ) : void
e System
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( System e ) : void
e System
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( System e ) : void
e System
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( System e ) : void
e System
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( System e ) : void
e System
Résultat void

OnPaint() protected méthode

protected OnPaint ( System e ) : void
e System
Résultat void

OnParentBackColorChanged() protected méthode

protected OnParentBackColorChanged ( System e ) : void
e System
Résultat void

OnResize() protected méthode

protected OnResize ( System e ) : void
e System
Résultat void

OnTextChanged() protected méthode

protected OnTextChanged ( System e ) : void
e System
Résultat void

RoundRect() public méthode

public RoundRect ( Rectangle Rectangle, int Curve ) : GraphicsPath
Rectangle Rectangle
Curve int
Résultat GraphicsPath

RoundRect() public méthode

public RoundRect ( int X, int Y, int Width, int Height, int Curve ) : GraphicsPath
X int
Y int
Width int
Height int
Curve int
Résultat GraphicsPath