| C# | |
|---|---|
public Tab ParentTab {get;} | |
Property Value
Type: Zennolab.CommandCenter.Tab
The parent tab of the document.
The following code example uses the ParentTab property.
| C# | Copy Code |
|---|---|
// get document Document doc = tab.MainDocument; // get parent tab of document Tab pTab = doc.ParentTab; | |
| PHP | Copy Code |
|---|---|
// get document $doc = $tab->MainDocument; // get parent tab of document $pTab = $doc->ParentTab; | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family