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