System.Windows.Forms.ControlStyles.OptimizedDoubleBuffer Field

If true, the control is first drawn to a buffer rather than directly to the screen, which can reduce flicker. If you set this property to true, you should also set the ControlStyles.AllPaintingInWmPaint to true.

Syntax

ControlStyles OptimizedDoubleBuffer

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0