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