Compartir a través de


DWebBrowserEvents2.ClientToHostWindow(Int32, Int32) Method

Definition

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

public:
 void ClientToHostWindow([Runtime::InteropServices::Out] int % CX, [Runtime::InteropServices::Out] int % CY);
public void ClientToHostWindow (out int CX, out int CY);
abstract member ClientToHostWindow : int * int -> unit
Public Sub ClientToHostWindow (ByRef CX As Integer, ByRef CY As Integer)

Parameters

CX
Int32
CY
Int32

Applies to