IOleInPlaceUIWindow.RequestBorderSpace(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.
public:
void RequestBorderSpace(cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pborderwidths);
public:
void RequestBorderSpace(Platform::Array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pborderwidths);
void RequestBorderSpace(std::Array <Microsoft::VisualStudio::OLE::Interop::RECT> const & pborderwidths);
public void RequestBorderSpace (Microsoft.VisualStudio.OLE.Interop.RECT[] pborderwidths);
abstract member RequestBorderSpace : Microsoft.VisualStudio.OLE.Interop.RECT[] -> unit
Public Sub RequestBorderSpace (pborderwidths As RECT())
Parameters
- pborderwidths
- RECT[]
Remarks
For information on the COM interface, see IOleInPlaceUIWindow::RequestBorderSpace