RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomPanel.FullRepaint Property

Determines how the panel repaints itself when it is resized.

Pascal
property FullRepaint: Boolean;
C++
__property Boolean FullRepaint;

FullRepaint controls how the panel responds when it is resized. When FullRepaint is true, the entire panel, including the beveled border repaints when the size changes. When FullRepaint is false, only the area inside the beveled border repaints. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!