public Document MainDocument {get;}
Type: Zennolab.CommandCenter.Document
The main document.
// get main tab Tab tab = instance.MainTab; // get main document Document doc = tab.MainDocument;
// get main tab $tab = $instance->MainTab; // get main document $doc = $tab->MainDocument;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
Tab Class Tab Members Document Class MainBody Property