DialogContainerWithToolbar::IVsToolWindowToolbar::SetBorderSpace Method (array<RECT>^)

 

Stores toolbar information and resizes the main pane to leave room for the command bar.

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

private:
virtual int SetBorderSpace(
	array<RECT>^ rect
) sealed = IVsToolWindowToolbar::SetBorderSpace

Parameters

rect
Type: array<Microsoft.VisualStudio.OLE.Interop::RECT>^

The new desired bounds.

Return Value

Type: System::Int32

If the method succeeds, S_OK, otherwise an error code.

Return to top
Show: