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: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Tab Class
Tab Members
HtmlElement Class
MainDocument Property

Send Feedback