HttpWatch Automation Reference - 16.2.2
HttpWatch Namespace / Plugin Class / OpenWindow Method

Set to true to request opening the HttpWatch extension window outside the browser's main window, or false to request opening it inside. This parameter is ignored by Chrome and Edge.


In This Topic
    OpenWindow Method
    In This Topic
    Opens the HttpWatch extension window within the browser.
    Syntax
    'Declaration
     
    Public Sub OpenWindow( _
       ByVal unDocked As Boolean _
    ) 
    public void OpenWindow( 
       bool unDocked
    )

    Parameters

    unDocked

    Set to true to request opening the HttpWatch extension window outside the browser's main window, or false to request opening it inside. This parameter is ignored by Chrome and Edge.

    Remarks
    The unDocked parameter is ignored by Chrome and Edge.
    Requirements
     
    See Also