API:Vcl.StdCtrls.TButton.StylusHotImageIndex

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

Delphi

property StylusHotImageIndex: TImageIndex read FStylusHotImageIndex write SetStylusHotImageIndex default -1;

C++

__property StylusHotImageIndex = {default=-1};

プロパティ

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

説明

ホット ボタンの状態に対する画像のインデックスです。

Vcl.StdCtrls.TButton.StylusHotImageIndex は Vcl.StdCtrls.TCustomButton.StylusHotImageIndex を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomButton.StylusHotImageIndex を参照しています。

ホット ボタンの状態に対する画像のインデックスです。

StylusHotImageIndex は、ホット ボタン状態つまりボタンの上にスタイラスがあるときの Images プロパティへの画像インデックスです。 インデックス値が -1 の場合は、通常のボタン状態と同じ画像が使用されます。

このプロパティは、Windows XP またはそれ以降の Windows でのみ利用可能です。

関連項目