Vcl.ScreenTips.TCustomScreenTipsPopup.Glyph

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

Delphi

property Glyph: TPicture read GetPicture write SetPicture;

C++

__property Vcl::Graphics::TPicture* Glyph = {read=GetPicture, write=SetPicture};

プロパティ

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

説明

画面ヒントに付けるイメージ。

Glyph は、画面ヒント ポップアップに付けられるシンボルを表します(PopupTypeptCustom に設定されているとき)。

関連項目