TabControlIHandlerInsertTab Method |
Inserts a tab at the specified index.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void InsertTab(
int index,
TabPage page
)
Sub InsertTab (
index As Integer,
page As TabPage
)
abstract InsertTab :
index : int *
page : TabPage -> unit
Parameters
- index
- Type: SystemInt32
Index to insert the tab. - page
- Type: Eto.FormsTabPage
Page to insert.
See Also