mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / ActiveElement Property
ActiveElement Property
Description

Returns the CSS3 Selector of the Active HTML5 Element.

Property type
Read-only property
Syntax
Visual Basic
Public Property ActiveElement As String
Return Type

String, returns the CSS3 Selectors of document.activeElement.

Remarks

This is equivalent to document.activeElement.

See Also