RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckListBox.Flat Property

Determines whether the check boxes appear three-dimensional.

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

When Flat is true (the default), the check boxes in the list box have flat borders. Setting Flat to false gives the check boxes raised borders, which create a three-dimensional look. 

 

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