RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnMan.TButtonProperties.TGroupPosition Enumeration

TGroupPosition enumerates the possible border types shown around buttons on a ribbon group.

Pascal
TGroupPosition = (
  gpNone,
  gpStart,
  gpMiddle,
  gpEnd,
  gpSingle
);
C++
enum TGroupPosition {
  gpNone,
  gpStart,
  gpMiddle,
  gpEnd,
  gpSingle
};

TGroupPosition enumerates the possible border types shown around buttons on a ribbon group. The following table lists the possible values for the TGroupPosition type 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!