Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarWindowItem.OnKeyDown Event

In This Article

Occurs when a user presses a key in a linked item control.

#Declaration

Delphi
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