public Document ParentDocument {get;}
Type: Zennolab.CommandCenter.Document
The parent document of the document.
// get element var el = tab.FindElementById("arrow"); // get parent document of document var pDoc = el.ParentDocument.ParentDocument;
// get element $el = $tab->FindElementById("arrow"); // get parent tab of document $pDoc = $el->ParentDocument->ParentDocument;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
Document Class Document Members