次の方法で共有


IOleInPlaceActiveObject.ResizeBorder Method

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

Syntax

'宣言
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
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IOleInPlaceActiveObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace