Vcl.ActnMan.TButtonProperties.TextAssociation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextAssociation: TTextAssociation read FTextAssociation write SetTextAssociation default taImage;

C++

__property TTextAssociation TextAssociation = {read=FTextAssociation, write=SetTextAssociation, default=0};

Properties

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

Description

TextAssociation specifies the association between the caption and the other elements of a button on a ribbon group.

Use the TextAssociation property to set or check 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 TextAssociation property 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