ProgressBar::DoubleBuffered Property

 

Gets or sets a value indicating whether the control should redraw its surface using a secondary buffer.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
property bool DoubleBuffered {
	virtual bool get() override;
	virtual void set(bool value) override;
}

Property Value

Type: System::Boolean

true if a secondary buffer should be used, false otherwise.

Setting the DoubleBuffered property has no effect on the ProgressBar control.

.NET Framework
Available since 2.0
Return to top
Show: