Vcl.ScreenTips.TCustomScreenTipsManager.BorderStyle

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

Delphi

property BorderStyle: TScreenTipBorderStyle read FBorderStyle write FBorderStyle;

C++

__property TScreenTipBorderStyle* BorderStyle = {read=FBorderStyle, write=FBorderStyle};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsManager

説明

画面ヒント ポップアップ ウィンドウの、枠のスタイルを定義します。

BorderStyle は、画面ヒントの枠のスタイルを表現するもので、次の値を指定できます:

意味

hbsNormal

枠線は標準、角丸なし。

hbsRounded

角丸あり。

関連項目