TabPage Class

The TabPage class represents a tab that is added to a TabControl. It can populated with other controls, such as buttons and checkboxes, and added to a TabControl.

Namespace: elsystem.windows.forms

Methods

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Description
Public property Create() Initializes a new instance of the class.
Public property Create(text,width,height) Initializes a new instance of a TabPage.  Parameters include the Text string to appear on the tab followed by integer values for the page Width and Height.