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
'Declaração
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IOleInPlaceSiteWindowless Interface