PanelTabs.TabData Constructor

GeonBit.UI

PanelTabsTabData Constructor
Create the new tab type.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TabData(
	string tabName,
	Panel tabPanel,
	Button tabButton
)

Parameters

tabName
Type: SystemString
Tab name / identifier.
tabPanel
Type: GeonBit.UI.EntitiesPanel
Tab panel.
tabButton
Type: GeonBit.UI.EntitiesButton
Tab button.
See Also