IOleInPlaceActiveObject.ResizeBorder Method

Definition

Overloads

ResizeBorder(RECT[], IOleInPlaceUIWindow, Int32)
ResizeBorder(RECT[], Guid, IOleInPlaceUIWindow, Int32)

ResizeBorder(RECT[], IOleInPlaceUIWindow, Int32)

public:
 void ResizeBorder(cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ prcBorder, Microsoft::VisualStudio::OLE::Interop::IOleInPlaceUIWindow ^ pUIWindow, int fFrameWindow);
public void ResizeBorder (Microsoft.VisualStudio.OLE.Interop.RECT[] prcBorder, Microsoft.VisualStudio.OLE.Interop.IOleInPlaceUIWindow pUIWindow, int fFrameWindow);
abstract member ResizeBorder : Microsoft.VisualStudio.OLE.Interop.RECT[] * Microsoft.VisualStudio.OLE.Interop.IOleInPlaceUIWindow * int -> unit
Public Sub ResizeBorder (prcBorder As RECT(), pUIWindow As IOleInPlaceUIWindow, fFrameWindow As Integer)

Parameters

prcBorder
RECT[]
fFrameWindow
Int32

Applies to

ResizeBorder(RECT[], Guid, IOleInPlaceUIWindow, Int32)

public:
 void ResizeBorder(cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ prcBorder, Guid % riid, Microsoft::VisualStudio::OLE::Interop::IOleInPlaceUIWindow ^ pUIWindow, int fFrameWindow);
public void ResizeBorder (Microsoft.VisualStudio.OLE.Interop.RECT[] prcBorder, ref Guid riid, Microsoft.VisualStudio.OLE.Interop.IOleInPlaceUIWindow pUIWindow, int fFrameWindow);
abstract member ResizeBorder : Microsoft.VisualStudio.OLE.Interop.RECT[] * Guid * Microsoft.VisualStudio.OLE.Interop.IOleInPlaceUIWindow * int -> unit
Public Sub ResizeBorder (prcBorder As RECT(), ByRef riid As Guid, pUIWindow As IOleInPlaceUIWindow, fFrameWindow As Integer)

Parameters

prcBorder
RECT[]
riid
Guid
fFrameWindow
Int32

Remarks

For information on the COM interface, see IOleInPlaceActiveObject::ResizeBorder

Applies to