Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface / Forms Property


In This Topic
Forms Property
In This Topic
Gets a collection of all of the form elements in the document.
Syntax
'Declaration
 
ReadOnly Property Forms As IWebElement()
 
'Usage
 
Dim instance As IWebDocument
Dim value() As IWebElement
 
value = instance.Forms
See Also