Vcl.ActnMan.TButtonProperties.TTextAssociation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTextAssociation = (taImage, taDropdown);

C++

enum DECLSPEC_DENUM TTextAssociation : unsigned char { taImage, taDropdown };

Properties

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

Description

TTextAssociation determines the association between the caption and the other elements of a button on a ribbon group.

TTextAssociation determines whether the caption of a button is associated with the image displayed on the button or if the caption is associated with the drop-down menu. The following table lists the possible values for the TTextAssociation type and the meaning of each value.



Value Description

taImage

The splitting line is positioned to the right of the image and of the caption.

taDropdown

The splitting line is positioned between the image and the caption.



See Also