Vcl.CategoryButtons.TCategoryButtons.BorderWidth

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

Delphi

property BorderWidth: TBorderWidth read FBorderWidth write SetBorderWidth default 0;

C++

__property BorderWidth = {default=0};

プロパティ

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

説明

コントロールのボーダーの幅を示します。

Vcl.CategoryButtons.TCategoryButtons.BorderWidth は Vcl.Controls.TWinControl.BorderWidth を継承しています。以下の内容はすべて Vcl.Controls.TWinControl.BorderWidth を参照しています。

コントロールのボーダーの幅を示します。

BorderWidth プロパティを使用すると、コントロールのボーダーの幅を、取得または設定することができます。 コントロールによって描画されるグラフィックやテキストは、ボーダー内の領域にクリップされます。

関連項目