DateTimePicker::DoubleBuffered Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets a value indicating whether the control should redraw its surface using a secondary buffer. Setting this property has no effect on the DateTimePicker control.
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 redraw its surface using a secondary buffer; otherwise, false.
Setting the DoubleBuffered property has no effect on the DateTimePicker control.
.NET Framework
Available since 2.0
Available since 2.0
Show: