IOleInPlaceSiteWindowless.OnInPlaceDeactivateEx(Int32) Method

Definition

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.

Implements

Applies to