DWebBrowserEvents2.ClientToHostWindow(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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