InfoConnect for Unisys
ActiveElement Property


Gets the Web element that has the focus.
Syntax
'Declaration
 
ReadOnly Property ActiveElement As IWebElement
'Usage
 
Dim instance As IWebDocument
Dim value As IWebElement
 
value = instance.ActiveElement
IWebElement ActiveElement {get;}
See Also