IOleInPlaceActiveObject.ResizeBorder 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.
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[]
- pUIWindow
- IOleInPlaceUIWindow
- 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
- pUIWindow
- IOleInPlaceUIWindow
- fFrameWindow
- Int32
Remarks
For information on the COM interface, see IOleInPlaceActiveObject::ResizeBorder