Gets the main tab. The tab with name "page" or last created.
public Tab MainTab {get;}
Property Value
Type: Zennolab.CommandCenter.Tab
The main tab.
The following code example uses the
MainTab property.
// get main tab
Tab mainTab = instance.MainTab;
// get main tab
$mainTab = $instance->MainTab;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.