Vcl.RibbonActnCtrls.TRibbonTextControl.DrawBackground

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

Delphi

procedure DrawBackground(var PaintRect: TRect); override;

C++

virtual void __fastcall DrawBackground(System::Types::TRect &PaintRect);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonTextControl

説明

このコントロールは背景の描画が不要です。

DrawBackground メソッドは空です。

関連項目