ZennoLab Assemblies Documentation
MainBody Property
Example 
Gets the main body of tab.
Syntax
public HtmlElement MainBody {get;}

Property Value

Type: Zennolab.CommandCenter.HtmlElement

The main body.

Example
The following code example uses the MainBody property.
// get main tab
Tab tab = instance.MainTab;
 
// get main body
HtmlElement he = tab.MainBody;
// 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, Windows Seven

See Also

Reference

Tab Class
Tab Members
HtmlElement Class
MainDocument Property

Send Feedback