Vcl.ActnMan.TButtonProperties.GroupPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupPosition: TGroupPosition read FGroupPosition write SetGroupPosition default gpNone;

C++

__property TGroupPosition GroupPosition = {read=FGroupPosition, write=SetGroupPosition, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TButtonProperties

Description

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

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.



See Also