Vcl.ActnMan.TButtonProperties.TGroupPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGroupPosition = (gpNone, gpStart, gpMiddle, gpEnd, gpSingle);

C++

enum DECLSPEC_DENUM TGroupPosition : unsigned char { gpNone, gpStart, gpMiddle, gpEnd, gpSingle };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TButtonProperties

Description

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

Draws no border.

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.


See Also