C# 클래스 TpTrayUtility.Components.TogleButton

상속: TpBaseButton
파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility 1 사용 예제들

공개 메소드들

메소드 설명
TogleButton ( Bitmap _normal, Bitmap _over, Bitmap _pressed ) : System.Drawing

보호된 메소드들

메소드 설명
OnMouseDown ( MouseEventArgs mevent ) : void
OnPaint ( PaintEventArgs e ) : void

메소드 상세

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs mevent ) : void
mevent MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

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

TogleButton() 공개 메소드

public TogleButton ( Bitmap _normal, Bitmap _over, Bitmap _pressed ) : System.Drawing
_normal System.Drawing.Bitmap
_over System.Drawing.Bitmap
_pressed System.Drawing.Bitmap
리턴 System.Drawing