C# 클래스 System.Windows.Forms.TabControl.TabPageButton

상속: Button
파일 보기 프로젝트 열기: Meragon/Unity-WinForms

공개 메소드들

메소드 설명
Hide ( ) : void
Show ( ) : void
TabPageButton ( TabControl owner, int index ) : System
Update ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
TabPageButton_Click ( object sender, EventArgs e ) : void

메소드 상세

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

OnPaint() 보호된 메소드

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

Show() 공개 메소드

public Show ( ) : void
리턴 void

TabPageButton() 공개 메소드

public TabPageButton ( TabControl owner, int index ) : System
owner TabControl
index int
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void