Vcl.CategoryButtons.TCategoryButtons.BorderStyle

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

Delphi

property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default bsSingle;

C++

__property Vcl::Forms::TBorderStyle BorderStyle = {read=FBorderStyle, write=SetBorderStyle, default=1};

プロパティ

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

説明

コントロールに単線の枠があるか枠線がないかを決定します。

BorderStyle を使用すると、コントロールのクライアント領域の強調度を変えることができます。BorderStyle の取り得る値は bsSinglebsNone のどちらかです。BorderStylebsSingle の場合、コントロールにはクライアント領域の周囲に単線の枠が描画されます。BorderStyle が bsNone の場合、枠線は描画されません。

関連項目