Vcl.Controls.TBalloonHint

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

Vcl.Controls.TCustomHintSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBalloonHint

Delphi

TBalloonHint = class(TCustomHint)

C++

class PASCALIMPLEMENTATION TBalloonHint : public TCustomHint

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls


説明

コントロールに追加されたバルーン ヒント コンポーネントです。

TBalloonHint コンポーネントは、バルーン スタイルのヒントを定義するために任意のコントロールに追加可能な TCustomHint の一種です。 通常、TBalloonHintbhsBalloon Style プロパティを持ちます。 ヒントのテキストは、コントロール自体のプロパティで、TBalloonHint のプロパティではありません。

バルーン ヒントは、Vista および新しい Windows オペレーティング システム上のテーマ スタイル、XP(テーマが有効)上の Vista スタイル、または XP(テーマが無効)上の XP スタイルで描画されます。

関連項目