C# Class QSTDI.TdiTabInfo

Datei anzeigen Open project: QualitySolution/QSProjects Class Usage Examples

Public Properties

Property Type Description
MasterTabInfo TdiTabInfo
SlaveTabs List
TabNameLabel Gtk.Label
TdiTab ITdiTab

Public Methods

Method Description
TdiTabInfo ( ITdiTab tab, Gtk.Label label, TdiTabInfo masterTabInfo = null ) : System

Method Details

TdiTabInfo() public method

public TdiTabInfo ( ITdiTab tab, Gtk.Label label, TdiTabInfo masterTabInfo = null ) : System
tab ITdiTab
label Gtk.Label
masterTabInfo TdiTabInfo
return System

Property Details

MasterTabInfo public_oe property

public TdiTabInfo,QSTDI MasterTabInfo
return TdiTabInfo

SlaveTabs public_oe property

public List SlaveTabs
return List

TabNameLabel public_oe property

public Label,Gtk TabNameLabel
return Gtk.Label

TdiTab public_oe property

public ITdiTab TdiTab
return ITdiTab