RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonProperties.GroupPosition Property

GroupPosition specifies the border type shown around a button on a ribbon group.

Pascal
property GroupPosition: TGroupPosition;
C++
__property TGroupPosition GroupPosition;

Use the GroupPosition property to set or check the border type shown around a button on a ribbon group. The following table lists the possible values for the GroupPosition property and the meaning of each value.

Value 
Description 
gpNone  
No border is drawn.  
gpStart  
Draws the border around the button except the right edge.  
gpMiddle  
Draws the border around the button except the right and left edges.  
gpEnd  
Draws the border around the button except the left edge.  
gpSingle  
Draws the border around the whole button.  

 

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