Click or drag to resize

TabPageIHandler Interface

Handler interface for the TabPage

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

The TabPageIHandler type exposes the following members.

Properties
  NameDescription
Public propertyImage
Gets or sets the image of the page.
Public propertyText
Gets or sets the title text of the page.
Top
See Also