Compartir a través de


DWebBrowserEvents2.ClientToHostWindow Method

Fires to request that the client window size is converted to the host window size.

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As DWebBrowserEvents2
Dim CX As Integer
Dim CY As Integer

instance.ClientToHostWindow(CX, CY)

Syntax

'Declaration
<DispIdAttribute(268)> _
Sub ClientToHostWindow ( _
    <InAttribute> <OutAttribute> ByRef CX As Integer, _
    <InAttribute> <OutAttribute> ByRef CY As Integer _
)
[DispIdAttribute(268)] 
void ClientToHostWindow (
    [InAttribute] out int CX,
    [InAttribute] out int CY
)
[DispIdAttribute(268)] 
void ClientToHostWindow (
    [InAttribute] [OutAttribute] int% CX, 
    [InAttribute] [OutAttribute] int% CY
)
/** @attribute DispIdAttribute(268) */ 
void ClientToHostWindow (
    /** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ int CX, 
    /** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ int CY
)

Parameters

  • CX
  • CY

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

DWebBrowserEvents2 Interface
DWebBrowserEvents2 Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.