Zennolab.CommandCenter
MainDocument Property
See Also  Example Send Feedback
Zennolab.CommandCenter Namespace > Tab Class : MainDocument Property
Gets the main document the current tab.

Syntax

C# 
public Document MainDocument {get;}

Property Value

Type: Zennolab.CommandCenter.Document

The main document.

Example

The following code example uses the MainDocument property.
C#Copy Code
Tab tab = instance.MainTab;
            
Document doc = tab.MainDocument;
PHPCopy Code
$tab = $instance->MainTab;
            
$doc = $tab->MainDocument;

Requirements

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

See Also

© 2011 All Rights Reserved.