IOleInPlaceSiteWindowless.OnInPlaceDeactivateEx(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the container of whether the object needs to be redrawn upon deactivation.
public:
void OnInPlaceDeactivateEx(int fNoRedraw);
public:
void OnInPlaceDeactivateEx(int fNoRedraw);
void OnInPlaceDeactivateEx(int fNoRedraw);
public void OnInPlaceDeactivateEx (int fNoRedraw);
abstract member OnInPlaceDeactivateEx : int -> unit
Public Sub OnInPlaceDeactivateEx (fNoRedraw As Integer)
Parameters
- fNoRedraw
- Int32
[in] If TRUE, the container need not redraw the object after completing the deactivation; if FALSE the object must be redrawn after deactivation.