Click or drag to resize

DocumentControlIHandler Interface

Handler interface for the DocumentControl

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

The DocumentControlIHandler type exposes the following members.

Properties
  NameDescription
Public propertyAllowReordering
Gets or sets a value indicating the tabs can be reordered.
Public propertySelectedIndex
Gets or sets the index of the selected tab.
Top
Methods
  NameDescription
Public methodGetPage
Gets the tab.
Public methodGetPageCount
Gets the tab count.
Public methodInsertPage
Inserts a tab at the specified index.
Public methodRemovePage
Removes the specified tab.
Top
See Also