IOleInPlaceSiteWindowless.OnInPlaceDeactivateEx(Int32) 方法

定义

通知容器对象是否需要在停用时重新绘制。

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)

参数

fNoRedraw
Int32

中如果为 TRUE,则容器在完成停用后无需重绘对象;如果为 FALSE,则必须在停用后重绘对象。

实现

适用于