InfoConnect for Unisys
Forms Property


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
IWebElement[] Forms {get;}
See Also