TiKnob.UseKeyboard
TiKnob
Specifies whether the Knob component responds to arrow key presses.
property UseKeyboard : Boolean;
Description
Use UseKeyboard to specify whether the Knob component responds to arrow,
page-up or page-down key presses. The default is TRUE. Set to FALSE to disable
capture of arrow, page-up, and page-down key presses.
Example
Delphi
iComponent.UseKeyboard := False;
C++ Builder
iComponent->UseKeyboard = False;
Contents | Index | Previous | Next