C# 클래스 CustomChrome.VisualStudioButton

파일 보기 프로젝트 열기: pvginkel/CustomChrome 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
VisualStudioButton ( ) : System

보호된 메소드들

메소드 설명
OnClick ( EventArgs e ) : void
OnPaint ( VisualStudioButtonPaintEventArgs e ) : void

메소드 상세

OnClick() 보호된 메소드

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

OnPaint() 보호된 메소드

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

VisualStudioButton() 공개 메소드

public VisualStudioButton ( ) : System
리턴 System