C# Class ATMLCommonLibrary.controls.awb.AWBButton

Inheritance: System.Windows.Forms.Button
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Property Type Description
createToolTip void
drawBackground void
drawButtonText void
drawClickStateBackground void
drawHoverStateBackground void
drawInactiveStateBackground void
drawNormalStateBacground void
drawShadow void
getGradientMode LinearGradientMode
getSmoothingQuality void

Public Methods

Method Description
AWBButton ( ) : System

Protected Methods

Method 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

Method 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 method

public AWBButton ( ) : System
return System

OnClick() protected method

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

OnEnter() protected method

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

OnLeave() protected method

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

OnMouseDown() protected method

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

OnMouseEnter() protected method

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

OnMouseLeave() protected method

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

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void