IVsWebBrowserUser::Resize Method (Int32, Int32)
Visual Studio 2015
Resizes the browser frame to the specified x and y dimensions.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsbrowse.idl:
[C++]
HRESULT IVsWebBrowserUser::Resize( [in] int cx, [in] int cy );
Show: