RAD Studio VCL Reference
|
TGroupPosition enumerates the possible border types shown around buttons on a ribbon group.
TGroupPosition = ( gpNone, gpStart, gpMiddle, gpEnd, gpSingle );
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!
|