This document is archived and information here might be outdated. Recommended version. |
Disables automatic refreshing of the display until unsuspended or until the display is explicitly refreshed. Suspending automatic refresh is ideal before bulk updates.
[Visual Basic .NET]
Public Property SuspendUpdate As Boolean
[C#]
public bool SuspendUpdate {get; set;}
[C++]
HRESULT get_SuspendUpdate(
Boolean* SuspendUpdate
);
[C++]
HRESULT put_SuspendUpdate(
VARIANT_BOOL SuspendUpdate
);
[C++] Parameters SuspendUpdate [out, retval]
SuspendUpdate is a parameter of type bool* SuspendUpdate [in]
SuspendUpdate is a parameter of type bool