FMX.ListBox.TCustomComboBox.DoContentPaint

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

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 は、内部的に使用されます。

関連項目