Click or drag to resize

TabPage Class

Control for a page in a TabControl
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class TabPage : Panel

The TabPage type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyImage
Gets or sets the image of the page.
Public propertyText
Gets or sets the title text of the page.
Top
Methods
  NameDescription
Protected methodOnClick
Raises the Click event.
Top
Events
  NameDescription
Public eventClick
Occurs when the tab is clicked to select it.
Top
See Also