Vcl.CheckLst.TCheckListBox.BevelWidth

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

Delphi

property BevelWidth: TBevelWidth read FBevelWidth write SetBevelWidth default 1;

C++

__property BevelWidth = {default=1};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.CheckLst.pas
Vcl.CheckLst.hpp
Vcl.CheckLst TCheckListBox

説明

内部ベベルと外部べベルの幅を指定します。

Vcl.CheckLst.TCheckListBox.BevelWidth は Vcl.Controls.TWinControl.BevelWidth を継承しています。以下の内容はすべて Vcl.Controls.TWinControl.BevelWidth を参照しています。

内部ベベルと外部べベルの幅を指定します。

BevelWidth プロパティを使用すると,内部ベベルと外部べベルの幅をピクセル単位で指定できます。

関連項目