ZennoLab Assemblies Documentation
MainBody Property
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Tab Class : MainBody Property

Glossary Item Box

Gets the main body of tab.

Syntax

C# 
public HtmlElement MainBody {get;}

Property Value

Type: Zennolab.CommandCenter.HtmlElement

The main body.

Example

The following code example uses the MainBody property.
C#Copy Code
Tab tab = instance.MainTab;
            
HtmlElement he = tab.MainBody;
PHPCopy Code
$tab = $instance->MainTab;
            
$he = $tab->MainBody;

Requirements

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

See Also

© 2012 All Rights Reserved.