System.Windows.Forms.ControlStyles.DoubleBuffer Field

If true, drawing is performed in a buffer, and after it completes, the result is output to the screen. Double-buffering prevents flicker caused by the redrawing of the control. If you set ControlStyles.DoubleBuffer to true, you should also set ControlStyles.UserPaint and ControlStyles.AllPaintingInWmPaint to true.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
ControlStyles DoubleBuffer

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0