DocumentControlIHandlerRemovePage Method |
Removes the specified tab.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void RemovePage(
int index
)
Sub RemovePage (
index As Integer
)
abstract RemovePage :
index : int -> unit
Parameters
- index
- Type: SystemInt32
Index of the page to remove.
See Also