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


In This Topic
ActiveElement Property
In This Topic
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
See Also