Vcl.Touch.Keyboard.TCustomKeyboardButton.State

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

Delphi

property State: TDrawState read FState;

C++

__property TDrawState State = {read=FState, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

説明

TCustomKeyboardButton ボタンをの状態を示します。

State プロパティを使用すると、TCustomKeyboardButton インスタンスの TDrawState を取得もしくは修正できます。

関連項目