HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Plugin Class / OpenWindow Method

Set to true if the HttpWatch extension window should be opened outside the browser's main window, false if it should be opened inside it. This parameter is ignore with the Chrome extension.


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 if the HttpWatch extension window should be opened outside the browser's main window, false if it should be opened inside it. This parameter is ignore with the Chrome extension.

    Remarks
    The undocked parameter is ignore with Google Chrome and the HttpWatch window will always be opened in the undocked state.
    Requirements
     
    See Also