This document is archived and information here might be outdated. Recommended version. |
Indicates if automatic buffer clearing before redraw is enabled.
[Visual Basic .NET] Public Property IsClearBuffersEnabled As Boolean
[C#] public bool IsClearBuffersEnabled {get; set;}
[C++]
HRESULT get_IsClearBuffersEnabled(
VARIANT_BOOL pbEnableClear
);
[C++]
HRESULT put_IsClearBuffersEnabled(
Boolean* pbEnableClear
);
[C++]
Parameters pbEnableClear [in]
pbEnableClear is a parameter of type bool pbEnableClear [out, retval]
pbEnableClear is a parameter of type bool*