C# Class PinkieControls.ButtonBase

Inheritance: System.Windows.Forms.Control, IButtonControl
Afficher le fichier Open project: NanQi/demo

Protected Properties

Свойство Type Description
isDefault bool
path System.Drawing.Drawing2D.GraphicsPath
state States
toolTip System.Windows.Forms.ToolTip

Private Properties

Свойство Type Description
GetPoints void

Méthodes publiques

Méthode Description
ButtonBase ( ) : System
NotifyDefault ( bool value ) : void
PerformClick ( ) : void

Méthodes protégées

Méthode Description
CreatePensBrushes ( ) : void
CreateRegion ( ) : void
Dispose ( bool disposing ) : void
DisposePensBrushes ( ) : void
OnClick ( EventArgs e ) : void
OnEnter ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs ke ) : void
OnKeyUp ( KeyEventArgs ke ) : void
OnLeave ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
ProcessMnemonic ( char charCode ) : bool

Private Methods

Méthode Description
GetPoints ( ) : void

Method Details

ButtonBase() public méthode

public ButtonBase ( ) : System
Résultat System

CreatePensBrushes() protected méthode

protected CreatePensBrushes ( ) : void
Résultat void

CreateRegion() protected méthode

protected CreateRegion ( ) : void
Résultat void

Dispose() protected méthode

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

DisposePensBrushes() protected méthode

protected DisposePensBrushes ( ) : void
Résultat void

NotifyDefault() public méthode

public NotifyDefault ( bool value ) : void
value bool
Résultat void

OnClick() protected méthode

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

OnEnter() protected méthode

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

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs ke ) : void
ke System.Windows.Forms.KeyEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( KeyEventArgs ke ) : void
ke System.Windows.Forms.KeyEventArgs
Résultat void

OnLeave() protected méthode

protected OnLeave ( EventArgs e ) : void
e System.EventArgs
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

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
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

OnParentChanged() protected méthode

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

OnSizeChanged() protected méthode

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

OnTextChanged() protected méthode

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

PerformClick() public méthode

public PerformClick ( ) : void
Résultat void

ProcessMnemonic() protected méthode

protected ProcessMnemonic ( char charCode ) : bool
charCode char
Résultat bool

Property Details

isDefault protected_oe property

protected bool isDefault
Résultat bool

path protected_oe property

protected GraphicsPath,System.Drawing.Drawing2D path
Résultat System.Drawing.Drawing2D.GraphicsPath

state protected_oe property

protected States state
Résultat States

toolTip protected_oe property

protected ToolTip,System.Windows.Forms toolTip
Résultat System.Windows.Forms.ToolTip