Vcl.FileCtrl.TDirectoryListBox.BevelOuter

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

Delphi

property BevelOuter: TBevelCut index 1 read FBevelOuter write SetBevelCut default 1;

C++

__property BevelOuter = {index=1, default=1};

プロパティ

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

説明

外部べベルの断面を指定します。

Vcl.FileCtrl.TDirectoryListBox.BevelOuter は Vcl.Controls.TWinControl.BevelOuter を継承しています。以下の内容はすべて Vcl.Controls.TWinControl.BevelOuter を参照しています。

外部べベルの断面を指定します。

BevelInner を使用すると,外部べベルをもり上がった状態,へこんだ状態,平べったい状態のどの外観にするかを指定できます。

外部べベルは,境界のすぐ内側,内部ベベルの外側に表示されます。

関連項目