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

Returns the URL for the main Frame in the Browser.

Property type
Read-write property
Syntax
Visual Basic
Public Property CurrentURL As String
Return Type

Returns current property value.

Remarks

Internally this property calls ExecCommand(EDIT_CMD_GET_URL) method.

See Also