IVsWebBrowserUser::Resize Method (Int32, Int32)

 

Resizes the browser frame to the specified x and y dimensions.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int Resize(
	int cx,
	int cy
)

Parameters

cx
Type: System::Int32

[in] The x dimension.

cy
Type: System::Int32

[in] The y dimension.

Return Value

Type: System::Int32

If 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
);
Return to top
Show: