TextBoxBase::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 control drawing is done in a buffer before the control is displayed. This property is not relevant for this class.
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 to implement double buffering on the control; otherwise, false.
This property is not relevant for this class.
.NET Framework
Available since 2.0
Available since 2.0
Show: