ZennoLab Assemblies Documentation
Forms Property
Example 
Gets all forms of the document.
Syntax
public HtmlElementCollection Forms {get;}

Property Value

Type: Zennolab.CommandCenter.HtmlElementCollection

A collection that contains all forms of the document.

Example
The following code example uses the Forms property.
// get document
Document doc = tab.MainDocument;
 
// get collection of all forms
HtmlElementCollection heCol = doc.Forms;
// get document
$doc = $tab->MainDocument;
 
// get collection of all forms
$heCol = $doc->Forms;
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
HtmlElementCollection Class
MainForm Property

Send Feedback