C# 클래스 ATMLCommonLibrary.controls.awb.AWBButton

상속: System.Windows.Forms.Button
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

Private Properties

프로퍼티 타입 설명
createToolTip void
drawBackground void
drawButtonText void
drawClickStateBackground void
drawHoverStateBackground void
drawInactiveStateBackground void
drawNormalStateBacground void
drawShadow void
getGradientMode LinearGradientMode
getSmoothingQuality void

공개 메소드들

메소드 설명
AWBButton ( ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AWBButton() 공개 메소드

public AWBButton ( ) : System
리턴 System

OnClick() 보호된 메소드

protected OnClick ( System e ) : void
e System
리턴 void

OnEnter() 보호된 메소드

protected OnEnter ( System e ) : void
e System
리턴 void

OnLeave() 보호된 메소드

protected OnLeave ( System e ) : void
e System
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( System e ) : void
e System
리턴 void

OnMouseEnter() 보호된 메소드

protected OnMouseEnter ( System e ) : void
e System
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( System e ) : void
e System
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( System e ) : void
e System
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( System e ) : void
e System
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void