C# 클래스 System.Windows.Forms.TabPage

상속: Panel
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
PaintControlBackground void
SetVisible void
UpdateOwner void

공개 메소드들

메소드 설명
GetTabPageOfComponent ( object comp ) : TabPage
TabPage ( ) : System
TabPage ( string text ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
CreateControlsInstance ( ) : ControlCollection
CreateHandle ( ) : void
OnEnter ( EventArgs e ) : void
OnLeave ( EventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

비공개 메소드들

메소드 설명
PaintControlBackground ( PaintEventArgs pevent ) : void
SetVisible ( bool value ) : void
UpdateOwner ( ) : void

메소드 상세

CreateControlsInstance() 보호된 메소드

protected CreateControlsInstance ( ) : ControlCollection
리턴 ControlCollection

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

GetTabPageOfComponent() 공개 정적인 메소드

public static GetTabPageOfComponent ( object comp ) : TabPage
comp object
리턴 TabPage

OnEnter() 보호된 메소드

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

OnLeave() 보호된 메소드

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

OnPaintBackground() 보호된 메소드

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

SetBoundsCore() 보호된 메소드

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
리턴 void

TabPage() 공개 메소드

public TabPage ( ) : System
리턴 System

TabPage() 공개 메소드

public TabPage ( string text ) : System
text string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string