C# Class WeifenLuo.WinFormsUI.Docking.InertButton

Inheritance: System.Windows.Forms.Button
Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Private Properties

Свойство Type Description
DrawBackground void
DrawBorder void
DrawImage void
DrawText void
InternalConstruct void
ShouldSerializeBorderColor bool
ShouldSerializeImageEnabled bool
Timer_Tick void

Méthodes publiques

Méthode Description
InertButton ( ) : System
InertButton ( Image imageEnabled ) : System
InertButton ( Image imageEnabled, Image imageDisabled ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnClick ( EventArgs e ) : void
OnEnabledChanged ( 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

Private Methods

Méthode Description
DrawBackground ( Graphics g ) : void
DrawBorder ( Graphics g ) : void
DrawImage ( Graphics g ) : void
DrawText ( Graphics g ) : void
InternalConstruct ( Image imageEnabled, Image imageDisabled ) : void
ShouldSerializeBorderColor ( ) : bool
ShouldSerializeImageEnabled ( ) : bool
Timer_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

InertButton() public méthode

public InertButton ( ) : System
Résultat System

InertButton() public méthode

public InertButton ( Image imageEnabled ) : System
imageEnabled Image
Résultat System

InertButton() public méthode

public InertButton ( Image imageEnabled, Image imageDisabled ) : System
imageEnabled Image
imageDisabled Image
Résultat System

OnClick() protected méthode

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

OnEnabledChanged() protected méthode

protected OnEnabledChanged ( 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