TiSwitchRocker3Way.UseArrowKeys

TiSwitchRocker3Way

Specifies whether the control uses arrow keys for keyboard control.

property UseArrowKeys : Boolean;

Description

Use UseArrowKeys to get or set whether the control uses arrow keys for keyboard control. Depending on your application, you may want to disable this feature if it interferes with keyboard navigation between controls in your application.

Example

Delphi

iComponent.UseArrowKeys := True;

C++ Builder

iComponent->UseArrowKeys = True;

Contents | Index | Previous | Next