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

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

Private Properties

프로퍼티 타입 설명
DropRow void
FillRow void
FillRow void
FillRowV void
GetScrollButtonState PushButtonState
GetTab TabPage
IndexForTabPage int
InsertTab void
MeasureStringWidth int
NavigateTabs bool
OnDrawItemInternal void
OnPaintInternal void
OnRightToLeftLayoutChanged void
OnUIAHorizontallyScrollableChanged void
OnUIAHorizontallyScrolled void
Redraw void
ResizeTabPages void
ScaleCore void
SetTab void
SizeChangedHandler void

공개 메소드들

메소드 설명
DeselectTab ( TabPage tabPage ) : void
DeselectTab ( int index ) : void
DeselectTab ( string tabPageName ) : void
GetControl ( int index ) : Control
GetTabRect ( int index ) : Rectangle
SelectTab ( TabPage tabPage ) : void
SelectTab ( int index ) : void
SelectTab ( string tabPageName ) : void
TabControl ( ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
CreateControlsInstance ( ) : Control.ControlCollection
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
GetItems ( ) : object[]
GetItems ( Type baseType ) : object[]
GetToolTipText ( object item ) : string
IsInputKey ( Keys keyData ) : bool
OnDeselected ( TabControlEventArgs e ) : void
OnDeselecting ( TabControlCancelEventArgs e ) : void
OnDrawItem ( DrawItemEventArgs e ) : void
OnEnter ( EventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnHandleDestroyed ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs ke ) : void
OnLeave ( EventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSelected ( TabControlEventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void
OnSelecting ( TabControlCancelEventArgs e ) : void
OnStyleChanged ( EventArgs e ) : void
RemoveAll ( ) : void
UpdateTabSelection ( bool updateFocus ) : void

비공개 메소드들

메소드 설명
DropRow ( int row ) : void
FillRow ( int start, int end, int amount, Size spacing ) : void
FillRow ( int start, int end, int amount, Size spacing, bool vertical ) : void
FillRowV ( int start, int end, int amount, Size spacing ) : void
GetScrollButtonState ( Rectangle scrollButtonArea, Point cursorLocation ) : PushButtonState
GetTab ( int index ) : TabPage
IndexForTabPage ( TabPage page ) : int
InsertTab ( int index, TabPage value ) : void
MeasureStringWidth ( Graphics graphics, string text, Font font ) : int
NavigateTabs ( Keys keycode ) : bool
OnDrawItemInternal ( DrawItemEventArgs e ) : void
OnPaintInternal ( PaintEventArgs pe ) : void
OnRightToLeftLayoutChanged ( EventArgs e ) : void
OnUIAHorizontallyScrollableChanged ( EventArgs e ) : void
OnUIAHorizontallyScrolled ( EventArgs e ) : void
Redraw ( ) : void
ResizeTabPages ( ) : void
ScaleCore ( float dx, float dy ) : void
SetTab ( int index, TabPage value ) : void
SizeChangedHandler ( object sender, EventArgs e ) : void

메소드 상세

CreateControlsInstance() 보호된 메소드

protected CreateControlsInstance ( ) : Control.ControlCollection
리턴 Control.ControlCollection

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

DeselectTab() 공개 메소드

public DeselectTab ( TabPage tabPage ) : void
tabPage TabPage
리턴 void

DeselectTab() 공개 메소드

public DeselectTab ( int index ) : void
index int
리턴 void

DeselectTab() 공개 메소드

public DeselectTab ( string tabPageName ) : void
tabPageName string
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetControl() 공개 메소드

public GetControl ( int index ) : Control
index int
리턴 Control

GetItems() 보호된 메소드

protected GetItems ( ) : object[]
리턴 object[]

GetItems() 보호된 메소드

protected GetItems ( Type baseType ) : object[]
baseType Type
리턴 object[]

GetTabRect() 공개 메소드

public GetTabRect ( int index ) : Rectangle
index int
리턴 Rectangle

GetToolTipText() 보호된 메소드

protected GetToolTipText ( object item ) : string
item object
리턴 string

IsInputKey() 보호된 메소드

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
리턴 bool

OnDeselected() 보호된 메소드

protected OnDeselected ( TabControlEventArgs e ) : void
e TabControlEventArgs
리턴 void

OnDeselecting() 보호된 메소드

protected OnDeselecting ( TabControlCancelEventArgs e ) : void
e TabControlCancelEventArgs
리턴 void

OnDrawItem() 보호된 메소드

protected OnDrawItem ( DrawItemEventArgs e ) : void
e DrawItemEventArgs
리턴 void

OnEnter() 보호된 메소드

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

OnFontChanged() 보호된 메소드

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

OnHandleCreated() 보호된 메소드

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

OnHandleDestroyed() 보호된 메소드

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

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs ke ) : void
ke KeyEventArgs
리턴 void

OnLeave() 보호된 메소드

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

OnResize() 보호된 메소드

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

OnSelected() 보호된 메소드

protected OnSelected ( TabControlEventArgs e ) : void
e TabControlEventArgs
리턴 void

OnSelectedIndexChanged() 보호된 메소드

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

OnSelecting() 보호된 메소드

protected OnSelecting ( TabControlCancelEventArgs e ) : void
e TabControlCancelEventArgs
리턴 void

OnStyleChanged() 보호된 메소드

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

RemoveAll() 보호된 메소드

protected RemoveAll ( ) : void
리턴 void

SelectTab() 공개 메소드

public SelectTab ( TabPage tabPage ) : void
tabPage TabPage
리턴 void

SelectTab() 공개 메소드

public SelectTab ( int index ) : void
index int
리턴 void

SelectTab() 공개 메소드

public SelectTab ( string tabPageName ) : void
tabPageName string
리턴 void

TabControl() 공개 메소드

public TabControl ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UpdateTabSelection() 보호된 메소드

protected UpdateTabSelection ( bool updateFocus ) : void
updateFocus bool
리턴 void