StatusBar::DoubleBuffered Property

 

Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker, however this property has no effect on the StatusBar control

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 the control has a secondary buffer; otherwise, false.

Setting this property has no effect on the StatusBar control, therefore it is not shown in the designer or by IntelliSense.

.NET Framework
Available since 2.0
Return to top
Show: