TabControl Constructor (TabControlIHandler) |
Initializes a new instance of the
TabControl class with the specified handler.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected TabControl(
TabControlIHandler handler
)
Protected Sub New (
handler As TabControlIHandler
)
new :
handler : TabControlIHandler -> TabControl
Parameters
- handler
- Type: Eto.FormsTabControlIHandler
Handler for the implementation of the tab control.
See Also