Click or drag to resize

TabControlIHandler Interface

Handler interface for the TabControl

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ContainerIHandler, 
	ControlIHandler, WidgetIHandler

The TabControlIHandler type exposes the following members.

Properties
  NameDescription
Public propertySelectedIndex
Gets or sets the index of the selected tab.
Public propertyTabPosition
Gets or sets the position of the tabs relative to the content.
Top
Methods
  NameDescription
Public methodClearTabs
Removes all tabs from the control.
Public methodInsertTab
Inserts a tab at the specified index.
Public methodRemoveTab
Removes the specified tab.
Top
See Also