mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / OnWindowStatusChange Event
In This Topic
    OnWindowStatusChange Event
    In This Topic
    Description

    Simulates Internet Explorer window.statusText and fires when status text changes.

    Syntax
    Visual Basic
    Public Event OnWindowStatusChange( _
       ByVal StatusText As String _
    )
    Parameters
    StatusText
    Remarks

    The event fires only if the status text is changed to something different since last change.

    See Also