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

◆ double_buffered() [1/2]

virtual bool xtd::forms::control::double_buffered ( ) const
virtualnoexcept

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

Returns
true if the surface of the control should be drawn using double buffering; otherwise, false.
Examples
lcd_label2.cpp.