| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Tab Class : AllDocuments Property |
public DocumentCollection AllDocuments {get;}
Type: Zennolab.CommanCenter.DocumentCollection
The collection of documents that currently loaded.
// get main tab Tab tab = instance.MainTab; // get all documents DocumentCollection docCol = tab.AllDocuments;
// get main tab $tab = $instance->MainTab; // get all documents $docCol = $tab->AllDocuments;
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven