C# Class ChangerControl, Auxilium

Inheritance: Control
Datei anzeigen Open project: banksyhf/Auxilium

Public Methods

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

Protected Methods

Method 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

Method Description
OnKeyUp ( object sender, System e ) : void

Method Details

ChangerControl() public method

public ChangerControl ( ) : System
return System

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

OnBackColorChanged() protected method

protected OnBackColorChanged ( System e ) : void
e System
return void

OnFontChanged() protected method

protected OnFontChanged ( System e ) : void
e System
return void

OnForeColorChanged() protected method

protected OnForeColorChanged ( System e ) : void
e System
return void

OnMouseClick() protected method

protected OnMouseClick ( System e ) : void
e System
return void

OnMouseDown() protected method

protected OnMouseDown ( System e ) : void
e System
return void

OnMouseLeave() protected method

protected OnMouseLeave ( System e ) : void
e System
return void

OnMouseMove() protected method

protected OnMouseMove ( System e ) : void
e System
return void

OnMouseUp() protected method

protected OnMouseUp ( System e ) : void
e System
return void

OnPaint() protected method

protected OnPaint ( System e ) : void
e System
return void

OnParentBackColorChanged() protected method

protected OnParentBackColorChanged ( System e ) : void
e System
return void

OnResize() protected method

protected OnResize ( System e ) : void
e System
return void

OnTextChanged() protected method

protected OnTextChanged ( System e ) : void
e System
return void

RoundRect() public method

public RoundRect ( Rectangle Rectangle, int Curve ) : GraphicsPath
Rectangle Rectangle
Curve int
return GraphicsPath

RoundRect() public method

public RoundRect ( int X, int Y, int Width, int Height, int Curve ) : GraphicsPath
X int
Y int
Width int
Height int
Curve int
return GraphicsPath