| 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 |
|---|---|
Document doc = tab.MainDocument;
HtmlElementCollection heCol = doc.Forms; | |
| PHP | Copy Code |
|---|---|
$doc = $tab->MainDocument; $heCol = $doc->Forms; | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family