IOleInPlaceUIWindow.RequestBorderSpace Method

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

Syntax

'Declaration
Sub RequestBorderSpace ( _
    pborderwidths As RECT() _
)
void RequestBorderSpace(
    RECT[] pborderwidths
)
void RequestBorderSpace(
    [InAttribute] array<RECT>^ pborderwidths
)
abstract RequestBorderSpace : 
        pborderwidths:RECT[] -> unit 
function RequestBorderSpace(
    pborderwidths : RECT[]
)

Parameters

Remarks

For information on the COM interface, see IOleInPlaceUIWindow::RequestBorderSpace

.NET Framework Security

See Also

Reference

IOleInPlaceUIWindow Interface

Microsoft.VisualStudio.OLE.Interop Namespace