IRichEditOle::InPlaceDeactivate  1A9F_.M

Tells a rich edit control to deactivate the currently active in-place object, if any.

HRESULT InPlaceDeactivate();

Return Values

Returns success status. Can use GetScodeAJMLLO to retrieve an SCODE. Can be S_OK on success or some other value returned by OLE. No error is returned if there is no active in-place object.

See Also

IRichEditOle