Vcl.Touch.Keyboard.TCustomKeyboardButton.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TDrawState read FState;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

Description

Specifies the state of a TCustomKeyboardButton button.

Use State to get or modify the TDrawState of a TCustomKeyboardButton instance.

See Also