Vcl.ActnMan.TButtonProperties.TTextAssociation

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TTextAssociation = (taImage, taDropdown);

C++

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

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TButtonProperties

説明

TTextAssociation は、キャプションとリボン グループ上のボタンの他の要素の関連を決定します。

TTextAssociation は、ボタンのキャプションを、ボタンに表示されている画像に関連付けるかどうか、または、ドロップダウン メニューに関連付けるかどうかを決定します。次の表に、TTextAssociation 型に指定可能な値、および各値の意味を示します。



説明

taImage

画像およびキャプションの右側に分割線を配置

taDropdown

画像とキャプションの間に分割線を配置



関連項目