Vcl.ActnCtrls.TCustomDropDownButton.DrawFrame

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

Delphi

procedure DrawFrame(ARect: TRect; Down: Boolean); override;

C++

virtual void __fastcall DrawFrame(const System::Types::TRect &ARect, bool Down);

プロパティ

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


説明

ドロップダウン コンポーネントの周りにフレームを描画します。

DrawFrame は、ドロップダウン コンポーネントの周りにフレームを描画するために使用されます。

関連項目