Vcl.ComCtrls.TComboExItem.Indent

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

Delphi

property Indent: Integer read FIndent write FIndent default -1;

C++

__property int Indent = {read=FIndent, write=FIndent, default=-1};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboExItem

説明

コンボボックスのリスト内で項目をインデント表示するときのピクセル数を示します。

Indent プロパティを使用すると,コンボボックスのリストの一部で項目をインデント表示できます。Indent が –1 の場合,項目はインデント表示されません。値が負以外の場合,Indent は項目をインデントするピクセル数を示します。