RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBListBox.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!