MonthCalendar::DoubleBuffered Property
.NET Framework (current version)
Gets or sets a value indicating whether the control should redraw its surface using a secondary buffer.
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::Booleantrue if the control should use a secondary buffer to redraw; otherwise, false. The default is false.
Setting the DoubleBuffered property has no effect on the appearance of the MonthCalendar control.
.NET Framework
Available since 2.0
Available since 2.0
Show: