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
// get main tab
Tab tab = instance.MainTab;
 
// get main body
HtmlElement he = tab.MainBody;
PHPCopy Code
// get main tab
$tab = $instance->MainTab;
 
// get main body
$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

© 2013 All Rights Reserved.