Vcl.ScreenTips.TScreenTipsManager.BorderStyle

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

Delphi

property BorderStyle: TScreenTipBorderStyle read FBorderStyle write FBorderStyle;

C++

__property BorderStyle;

プロパティ

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

説明

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

Vcl.ScreenTips.TScreenTipsManager.BorderStyle は Vcl.ScreenTips.TCustomScreenTipsManager.BorderStyle を継承しています。以下の内容はすべて Vcl.ScreenTips.TCustomScreenTipsManager.BorderStyle を参照しています。

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

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

意味

hbsNormal

枠線は標準、角丸なし。

hbsRounded

角丸あり。

関連項目