Vcl.Touch.Keyboard.TCustomKeyboardButton.TDrawState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDrawState = (dsNormal, dsPressed, dsDisabled);

C++

enum class DECLSPEC_DENUM TDrawState : unsigned char { dsNormal, dsPressed, dsDisabled };

Properties

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

Description

Enumerates the possible states of a virtual keyboard button.

TDrawState enumerates the possible states of a virtual keyboard button. The following table lists the possible values for the TDrawState type and the meaning of each value.



Value Description

dsNormal

The button is drawn in its default/normal state.

dsPressed

The button is drawn as pressed.

dsDisabled

The button is drawn as disabled, usually as dimmed.