Vcl.Touch.Keyboard.TCustomTouchKeyboard.DefaultButtonClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultButtonClass: TCustomKeyboardButtonClass read FDefaultButtonClass write FDefaultButtonClass;

C++

__property TCustomKeyboardButtonClass DefaultButtonClass = {read=FDefaultButtonClass, write=FDefaultButtonClass};

Properties

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

Description

Defines the keyboard button that is used.

Use the DefaultButtonClass property to override key drawing, bounds, and client rect for hit testing.

For more information on how to acomplish this, see the TCustomKeyboardButton documentation.

See Also