Vcl.Themes.TCustomStyleServices.PaintBorder

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

Delphi

procedure PaintBorder(Control: TWinControl; EraseLRCorner: Boolean); override;

C++

virtual void __fastcall PaintBorder(Vcl::Controls::TWinControl* Control, bool EraseLRCorner);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomStyleServices


説明

コントロールの枠線を描画します。

PaintBorder を呼び出すと、現在のスタイルを使用して、コントロールの枠線を描画します。

関連項目