RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckListBox.BorderStyle Property

Determines whether the list box has a border.

Pascal
property BorderStyle: TBorderStyle;
C++
__property TBorderStyle BorderStyle;

Use BorderStyle to change the appearance of the outer boundary of the list box control. A list box can have a single border (bsSingle) or no visible border (bsNone). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!