Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal Namespace / IWebBrowserApp Interface / ClientToWindow Method

In This Topic
    ClientToWindow Method (IWebBrowserApp)
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Sub ClientToWindow( _
       ByRef pcx As System.Integer, _
       ByRef pcy As System.Integer _
    ) 
    void ClientToWindow( 
       out System.int pcx,
       out System.int pcy
    )

    Parameters

    pcx
    pcy
    See Also