Vcl.Themes.TCustomStyleServices.PaintBorder
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 を呼び出すと、現在のスタイルを使用して、コントロールの枠線を描画します。