IOleInPlaceSiteWindowless::OnInPlaceDeactivateEx Method (Int32)

 

Notifies the container of whether the object needs to be redrawn upon deactivation.

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

void OnInPlaceDeactivateEx(
	int fNoRedraw
)

Parameters

fNoRedraw
Type: System::Int32

[in] If TRUE, the container need not redraw the object after completing the deactivation; if FALSE the object must be redrawn after deactivation.

Return to top
Show: