1 implementation of ResizeBorder
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
110
HRESULT IOleInPlaceActiveObject.Interface.
ResizeBorder
(RECT* prcBorder, IOleInPlaceUIWindow* pUIWindow, BOOL fFrameWindow) =>
3 references to ResizeBorder
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceActiveObject.g.cs (1)
241
return __object.
ResizeBorder
(prcBorder, pUIWindow, fFrameWindow);
Windows.Win32.System_Ole_IOleInPlaceActiveObject_Extensions.g.cs (2)
41
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceActiveObject.Interface.
ResizeBorder
(winmdroot.Foundation.RECT*, winmdroot.System.Ole.IOleInPlaceUIWindow*, winmdroot.Foundation.BOOL)"/>
46
winmdroot.Foundation.HRESULT __result = @this.
ResizeBorder
(prcBorderLocal, pUIWindow, fFrameWindow);