RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonGroup.BorderStyle Property

BorderStyle specifies the appearance of the button group border.

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

Use BorderStyle to get or set the appearance of the button group border. BorderStyle can be any of the following values:

Value 
Meaning 
bsNone  
Has no border.  
bsSingle  
Has a border, whose width is defined by BorderWidth.  

 

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