Méthode | Description | |
---|---|---|
ChangerControl ( ) : System | ||
RoundRect ( Rectangle Rectangle, int Curve ) : GraphicsPath | ||
RoundRect ( int X, int Y, int Width, int Height, int Curve ) : GraphicsPath |
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 |
Méthode | Description | |
---|---|---|
OnKeyUp ( object sender, System e ) : void |
protected OnBackColorChanged ( System e ) : void | ||
e | System | |
Résultat | void |
protected OnFontChanged ( System e ) : void | ||
e | System | |
Résultat | void |
protected OnForeColorChanged ( System e ) : void | ||
e | System | |
Résultat | void |
protected OnParentBackColorChanged ( System e ) : void | ||
e | System | |
Résultat | void |
protected OnTextChanged ( System e ) : void | ||
e | System | |
Résultat | void |
public RoundRect ( Rectangle Rectangle, int Curve ) : GraphicsPath | ||
Rectangle | Rectangle | |
Curve | int | |
Résultat | GraphicsPath |
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 |