Vcl.Controls.TCustomHintWindow

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

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomHintWindow

Delphi

TCustomHintWindow = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TCustomHintWindow : public TCustomControl

プロパティ

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

説明

ヒントを描画するためのプロパティを定義するカスタム ウィンドウ。

TCustomHintWindow は、ヒントを描画するための適切なプロパティを定義するカスタム ウィンドウ クラスです。基本的に、これは、アルファ ブレンドと非表示ピクセルが可能なレイヤ ウィンドウです。たとえば、これを利用して、バルーン ヒントをフローティング バルーンとするウィンドウを描画できます。TCustomHint は、TCustomHintWindow を使用して、ヒントを描画したり、サイズを設定します。

新しいタイプのカスタム ヒントを作成していない場合は、このクラスを使用する必要はありません。

関連項目