StatusBar::DoubleBuffered Property
.NET Framework (current version)
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
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: property bool DoubleBuffered { virtual bool get() override; virtual void set(bool value) override; }
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
Available since 2.0
Show: