TdxBarWindowItem.OnKeyDown Event
Occurs when a user presses a key in a linked item control.
Declaration
property OnKeyDown: TKeyEvent read; write;
Remarks
This event occurs after pressing a key in the active TdxBarWindowItem item control. Use the OnKeyDown event handler to specify special processing for key press events. The OnKeyDown handler can respond to all keyboard keys, including function keys and keys combined with the Shift, Alt, and Ctrl keys, and those of the mouse. If you assign 0 to Key, all further key processing is cancelled.
See Also