public Tab ParentTab {get;}
Type: Zennolab.CommandCenter.Tab
The parent tab of the document.
// get document Document doc = tab.MainDocument; // get parent tab of document Tab pTab = doc.ParentTab;
// get document $doc = $tab->MainDocument; // get parent tab of document $pTab = $doc->ParentTab;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
Document Class Document Members