IRichEditOleCallback::ShowContainerUI
Tells the
application whether to display its container user interface. The rich edit
control looks ahead for doubleclicks and defers the call if appropriate (as
described in the OLE documentation). Applications may defer hiding adornments
until an IOleInPlaceFrame::SetBorderSpace call is received.
HRESULT ShowContainerUI(
BOOL fShow |
|
); |
|
Parameters
fShow
Show
container UI flag. TRUE to show, FALSE otherwise.
Return Values
Returns
success status.
This function
is called by the OnUIActivate and OnUIDeActivate methods of the IOleInPlaceSite
interface.
See Also