RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonProperties.TextAssociation Property

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

Pascal
property TextAssociation: TTextAssociation;
C++
__property TTextAssociation TextAssociation;

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!