RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnMan.TButtonProperties.TTextAssociation Enumeration

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

Pascal
TTextAssociation = (
  taImage,
  taDropdown
);
C++
enum TTextAssociation {
  taImage,
  taDropdown
};

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.  

 

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