ZennoLab Assemblies Documentation
ParentTab Property (Document)
Example 
Gets parent tab of the document.
Syntax
public Tab ParentTab {get;}

Property Value

Type: Zennolab.CommandCenter.Tab

The parent tab of the document.

Example
The following code example uses the ParentTab property.
// 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;
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

Document Class
Document Members

Send Feedback