C# Class System.Windows.Forms.TabControl

Inheritance: Control
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CreateControlsInstance() protected méthode

protected CreateControlsInstance ( ) : Control.ControlCollection
Résultat Control.ControlCollection

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

DeselectTab() public méthode

public DeselectTab ( TabPage tabPage ) : void
tabPage TabPage
Résultat void

DeselectTab() public méthode

public DeselectTab ( int index ) : void
index int
Résultat void

DeselectTab() public méthode

public DeselectTab ( string tabPageName ) : void
tabPageName string
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetControl() public méthode

public GetControl ( int index ) : Control
index int
Résultat Control

GetItems() protected méthode

protected GetItems ( ) : object[]
Résultat object[]

GetItems() protected méthode

protected GetItems ( Type baseType ) : object[]
baseType Type
Résultat object[]

GetTabRect() public méthode

public GetTabRect ( int index ) : Rectangle
index int
Résultat Rectangle

GetToolTipText() protected méthode

protected GetToolTipText ( object item ) : string
item object
Résultat string

IsInputKey() protected méthode

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
Résultat bool

OnDeselected() protected méthode

protected OnDeselected ( TabControlEventArgs e ) : void
e TabControlEventArgs
Résultat void

OnDeselecting() protected méthode

protected OnDeselecting ( TabControlCancelEventArgs e ) : void
e TabControlCancelEventArgs
Résultat void

OnDrawItem() protected méthode

protected OnDrawItem ( DrawItemEventArgs e ) : void
e DrawItemEventArgs
Résultat void

OnEnter() protected méthode

protected OnEnter ( EventArgs e ) : void
e EventArgs
Résultat void

OnFontChanged() protected méthode

protected OnFontChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e EventArgs
Résultat void

OnHandleDestroyed() protected méthode

protected OnHandleDestroyed ( EventArgs e ) : void
e EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs ke ) : void
ke KeyEventArgs
Résultat void

OnLeave() protected méthode

protected OnLeave ( EventArgs e ) : void
e EventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e EventArgs
Résultat void

OnSelected() protected méthode

protected OnSelected ( TabControlEventArgs e ) : void
e TabControlEventArgs
Résultat void

OnSelectedIndexChanged() protected méthode

protected OnSelectedIndexChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnSelecting() protected méthode

protected OnSelecting ( TabControlCancelEventArgs e ) : void
e TabControlCancelEventArgs
Résultat void

OnStyleChanged() protected méthode

protected OnStyleChanged ( EventArgs e ) : void
e EventArgs
Résultat void

RemoveAll() protected méthode

protected RemoveAll ( ) : void
Résultat void

SelectTab() public méthode

public SelectTab ( TabPage tabPage ) : void
tabPage TabPage
Résultat void

SelectTab() public méthode

public SelectTab ( int index ) : void
index int
Résultat void

SelectTab() public méthode

public SelectTab ( string tabPageName ) : void
tabPageName string
Résultat void

TabControl() public méthode

public TabControl ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

UpdateTabSelection() protected méthode

protected UpdateTabSelection ( bool updateFocus ) : void
updateFocus bool
Résultat void