C# Class CustomControlUsingRenderers.MyUserControl

Inheritance: System.Windows.Forms.UserControl, IContentValues
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
GetImage ( PaletteState state ) : Image
GetImageTransparentColor ( PaletteState state ) : Color
GetLongText ( ) : string
GetShortText ( ) : string
MyUserControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
CreateRectGraphicsPath ( Rectangle rect ) : GraphicsPath
GetButtonState ( ) : PaletteState
OnGlobalPaletteChanged ( object sender, EventArgs e ) : void
OnPalettePaint ( object sender, PaletteLayoutEventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetImage() public méthode

public GetImage ( PaletteState state ) : Image
state PaletteState
Résultat Image

GetImageTransparentColor() public méthode

public GetImageTransparentColor ( PaletteState state ) : Color
state PaletteState
Résultat Color

GetLongText() public méthode

public GetLongText ( ) : string
Résultat string

GetShortText() public méthode

public GetShortText ( ) : string
Résultat string

MyUserControl() public méthode

public MyUserControl ( ) : System
Résultat System

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
Résultat void

OnMouseDown() protected méthode

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

OnMouseEnter() protected méthode

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

OnMouseLeave() protected méthode

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

OnMouseUp() protected méthode

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

OnPaint() protected méthode

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