FMX.ListBox.TCustomComboBox.DoContentPaint
Delphi
procedure DoContentPaint(Sender: TObject; Canvas: TCanvas; const ARect: TRectF); virtual;
C++
virtual void __fastcall DoContentPaint(System::TObject* Sender, Fmx::Graphics::TCanvas* Canvas, const System::Types::TRectF &ARect);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomComboBox |
説明
コンボ ボックスのコンテンツをレンダリングします。
DoContentPaint は、コンボ ボックスのコンテンツがまだ展開されたいない場合に、それを描画します。
DoContentPaint は、内部的に使用されます。