C# Class ATMLCommonLibrary.controls.awb.AWBButton

Inheritance: System.Windows.Forms.Button
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Свойство Type Description
createToolTip void
drawBackground void
drawButtonText void
drawClickStateBackground void
drawHoverStateBackground void
drawInactiveStateBackground void
drawNormalStateBacground void
drawShadow void
getGradientMode LinearGradientMode
getSmoothingQuality void

Méthodes publiques

Méthode Description
AWBButton ( ) : System

Méthodes protégées

Méthode Description
OnClick ( System e ) : void
OnEnter ( System e ) : void
OnLeave ( System e ) : void
OnMouseDown ( System e ) : void
OnMouseEnter ( System e ) : void
OnMouseLeave ( System e ) : void
OnMouseUp ( System e ) : void
OnPaint ( System e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Méthode Description
createToolTip ( ) : void
drawBackground ( System e, Color borderColor, Color colorA, Color colorB, Rectangle &rect, GraphicsPath graphPath ) : void
drawButtonText ( System e, Color color, int textX, int textY ) : void
drawClickStateBackground ( System e, LinearGradientMode mode, int tmpSoundCornerRadius, int tmpShadowOffSet ) : void
drawHoverStateBackground ( System e, LinearGradientMode mode, Rectangle &newRect, int tmpSoundCornerRadius, GraphicsPath graphPathShadow, GraphicsPath graphPath ) : void
drawInactiveStateBackground ( System e, LinearGradientMode mode, Rectangle &newRect, int tmpSoundCornerRadius, GraphicsPath graphPathShadow, GraphicsPath graphPath ) : void
drawNormalStateBacground ( System e, LinearGradientMode mode, Rectangle &newRect, int tmpSoundCornerRadius, GraphicsPath graphPathShadow, GraphicsPath graphPath ) : void
drawShadow ( System e, int tmpSoundCornerRadius, GraphicsPath graphPathShadow ) : void
getGradientMode ( ) : LinearGradientMode
getSmoothingQuality ( System e ) : void

Method Details

AWBButton() public méthode

public AWBButton ( ) : System
Résultat System

OnClick() protected méthode

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

OnEnter() protected méthode

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

OnLeave() protected méthode

protected OnLeave ( System e ) : void
e System
Résultat void

OnMouseDown() protected méthode

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

OnMouseEnter() protected méthode

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

OnMouseLeave() protected méthode

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

OnMouseUp() protected méthode

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

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

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