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