DialogContainerWithToolbar.IVsToolWindowToolbar.SetBorderSpace(RECT[]) 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.
Stores toolbar information and resizes the main pane to leave room for the command bar.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbar.SetBorderSpace(cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ rect) = Microsoft::VisualStudio::Shell::Interop::IVsToolWindowToolbar::SetBorderSpace;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbar.SetBorderSpace(Platform::Array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ rect) = Microsoft::VisualStudio::Shell::Interop::IVsToolWindowToolbar::SetBorderSpace;
int Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbar.SetBorderSpace(std::Array <Microsoft::VisualStudio::OLE::Interop::RECT> const & rect);
int IVsToolWindowToolbar.SetBorderSpace (Microsoft.VisualStudio.OLE.Interop.RECT[] rect);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbar.SetBorderSpace : Microsoft.VisualStudio.OLE.Interop.RECT[] -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbar.SetBorderSpace : Microsoft.VisualStudio.OLE.Interop.RECT[] -> int
Function SetBorderSpace (rect As RECT()) As Integer Implements IVsToolWindowToolbar.SetBorderSpace
Parameters
- rect
- RECT[]
The new desired bounds.
Returns
If the method succeeds, S_OK, otherwise an error code.