Double Buffered Controls

A collection of controls that are set as double buffered. Controls set as double buffered are drawn first to a buffer rather than directly to the screen, which reduces screen flickering.

Namespace: LSOne.Controls

 

Syntax

public partial class DoubleBufferedCheckBox : CheckBox
public partial class DoubleBufferedFlowLayoutPanel : FlowLayoutPanel
public partial class DoubleBufferedPanel : Panel
public partial class DoubleBufferGroupBox : GroupBox

 

Constructors

Name

Description

DoubleBufferedCheckBox()

Default constructor for a double buffered check box.

DoubleBufferedFlowLayoutPanel()

Default constructor for a double buffered flow layout panel.

DoubleBufferedPanel()

Default constructor for a double buffered panel.

DoubleBufferGroupBox()

Default constructor for a double buffered group box.