IOleInPlaceActiveObject.ResizeBorder Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub ResizeBorder ( _
prcBorder As RECT(), _
ByRef riid As Guid, _
pUIWindow As IOleInPlaceUIWindow, _
fFrameWindow As Integer _
)
void ResizeBorder(
RECT[] prcBorder,
ref Guid riid,
IOleInPlaceUIWindow pUIWindow,
int fFrameWindow
)
void ResizeBorder(
[InAttribute] array<RECT>^ prcBorder,
[InAttribute] Guid% riid,
[InAttribute] IOleInPlaceUIWindow^ pUIWindow,
[InAttribute] int fFrameWindow
)
abstract ResizeBorder :
prcBorder:RECT[] *
riid:Guid byref *
pUIWindow:IOleInPlaceUIWindow *
fFrameWindow:int -> unit
function ResizeBorder(
prcBorder : RECT[],
riid : Guid,
pUIWindow : IOleInPlaceUIWindow,
fFrameWindow : int
)
Parameters
- prcBorder
Type: array<Microsoft.VisualStudio.OLE.Interop.RECT[]
- riid
Type: Guid%
- pUIWindow
Type: Microsoft.VisualStudio.OLE.Interop.IOleInPlaceUIWindow
- fFrameWindow
Type: Int32
Remarks
For information on the COM interface, see IOleInPlaceActiveObject::ResizeBorder
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.