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 _
)
'Применение
Dim instance As IOleInPlaceSiteWindowless
Dim fNoRedraw As Integer
instance.OnInPlaceDeactivateEx(fNoRedraw)
void OnInPlaceDeactivateEx(
int fNoRedraw
)
void OnInPlaceDeactivateEx(
[InAttribute] int fNoRedraw
)
abstract OnInPlaceDeactivateEx :
fNoRedraw:int -> unit
function OnInPlaceDeactivateEx(
fNoRedraw : int
)
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.
Implements
IOleInPlaceSiteEx.OnInPlaceDeactivateEx(Int32)
.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
IOleInPlaceSiteWindowless Members