Vcl.ScreenTips.TCustomScreenTipsManager.Font

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

Delphi

property Font: TFont read FFont write SetFont stored IsFontStored;

C++

__property Vcl::Graphics::TFont* Font = {read=FFont, write=SetFont, stored=IsFontStored};

プロパティ

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

説明

ポップアップ ウィンドウのフォントを表します。

Font は、ポップアップ ウィンドウのフォントを設定するために使用されます。

関連項目