xtd 0.2.0
Loading...
Searching...
No Matches

◆ double_buffered() [2/2]

virtual control & xtd::forms::control::double_buffered ( bool  double_buffered)
virtual

Sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.

Parameters
double_bufferedtrue if the surface of the control should be drawn using double buffering; otherwise, false.
Returns
Current control.