Share via


CDHtmlDialog::ResizeBorder

Alerts the object that it needs to resize its border space.

STDMETHOD(ResizeBorder)( 
   LPCRECT prcBorder, 
   IOleInPlaceUIWindow * pUIWindow, 
   BOOL fRameWindow  
);

Parameters

  • prcBorder
    See prcBorder in IDocHostUIHandler::ResizeBorder in the Windows SDK.

  • pUIWindow
    See pUIWindow in IDocHostUIHandler::ResizeBorder in the Windows SDK.

  • fFrameWindow
    See fFrameWindow in IDocHostUIHandler::ResizeBorder in the Windows SDK.

Return Value

Returns E_NOTIMPL.

Requirements

Header: afxdhtml.h

See Also

Reference

CDHtmlDialog Class

Hierarchy Chart

IDocHostUIhandler Interface