| C# | |
|---|---|
public HtmlElementCollection Forms {get;} | |
Property Value
Type: Zennolab.CommandCenter.HtmlElementCollection
A collection that contains all forms of the document.
The following code example uses the Forms property.
| C# | Copy Code |
|---|---|
// get document Document doc = tab.MainDocument; // get collection of all forms HtmlElementCollection heCol = doc.Forms; | |
| PHP | Copy Code |
|---|---|
// get document $doc = $tab->MainDocument; // get collection of all forms $heCol = $doc->Forms; | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family