다음을 통해 공유


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)

Syntax

‘선언
Sub OnInPlaceDeactivateEx ( _
    fNoRedraw As Integer _
)
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.

.NET Framework Security

See Also

Reference

IOleInPlaceSiteWindowless Interface

OnInPlaceDeactivateEx Overload

Microsoft.VisualStudio.OLE.Interop Namespace