PanelTabs.TabData Class

GeonBit.UI

PanelTabsTabData Class
Contains the button and panel of a single tab in the PanelTabs.
Inheritance Hierarchy
SystemObject  GeonBit.UI.EntitiesPanelTabsTabData

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class TabData

The PanelTabsTabData type exposes the following members.

Constructors
  NameDescription
Public methodPanelTabsTabData
Create the new tab type.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldbutton
The tab top button.
Public fieldname
Tab identifier / name.
Public fieldpanel
The tab panel.
Top
See Also