Vcl.ComCtrls.TCoolBar.BandBorderStyle

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

Delphi

property BandBorderStyle: TBorderStyle read FBandBorderStyle write SetBandBorderStyle default bsSingle;

C++

__property Vcl::Forms::TBorderStyle BandBorderStyle = {read=FBandBorderStyle, write=SetBandBorderStyle, default=1};

プロパティ

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

説明

TCoolBar 内のバンドの境界のスタイルを指定します。

BandBorderStyle プロパティが bsSingle ならば,TCoolBar 内の各バンドの周囲に一重線が付きます。BandBorderStyle が bsNone ならば,バンドに境界線は付きません。

メモ:  BandBorderStyle プロパティは,個々のクールバンドの BorderStyle プロパティより優先されます。したがって,CoolBand がクールバーコントロールにあるときは,CoolBand の BorderStyle プロパティは無効です。

関連項目