| C# | |
|---|---|
public HtmlElement MainBody {get;} | |
Property Value
Type: Zennolab.CommandCenter.HtmlElement
The main body.
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; | |
| PHP | Copy Code |
|---|---|
// get main tab $tab = $instance->MainTab; // get main body $he = $tab->MainBody; | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family