This document is archived and information here might be outdated. Recommended version. |
Indicates whether the view should progressively update the window during drawing. False means just update the window once when all rendering is complete.
[Visual Basic .NET]
Public Property ProgressiveDrawing As Boolean
[C#]
public bool ProgressiveDrawing {get; set;}
[C++]
HRESULT get_ProgressiveDrawing(
Boolean* flag
);
[C++]
HRESULT put_ProgressiveDrawing(
VARIANT_BOOL flag
);
[C++] Parameters flag [out, retval]
flag is a parameter of type bool* flag [in]
flag is a parameter of type bool