Notifies the container if the object needs to be redrawn upon deactivation.
HRESULT OnInPlaceDeactivateEx(
BOOL fNoRedraw |
//Indicates whether the object needs to be redrawn |
); |
Parameter
Return Values
This method supports the standard return value E_UNEXPECTED, as well as the following:
Remarks
This method replaces IOleInPlaceSite::OnInPlaceDeactivate. If the older method is used, the object must always be redrawn on deactivation.
See Also
IOleInPlaceSite::OnInPlaceDeactivate