ZennoLab Assemblies Documentation
Body Property
Example 
Gets the body of the document.
Syntax
public HtmlElement Body {get;}

Property Value

Type Zennolab.CommandCenter.HtmlElement

The body of the document.

Example
The following code example uses the Body property.
// get document
Document doc = tab.MainDocument;
 
// get thew body of the main document
HtmlElement body = doc.Body;
// get document
$doc = $tab->MainDocument;
 
// get thew body of the main document
$body = $doc->Body;
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

Document Class
Document Members
MainForm Property
HtmlElement Class
Head Property

Send Feedback