TCustomdxBarCombo.OnCheckKeyForDropDownWindow Event
Occurs when users press a key in a linked item control.
Declaration
property OnCheckKeyForDropDownWindow: TdxBarCheckKeyForDropDownWindowEvent read; write;
Remarks
This event occurs after each key press in an active linked item control. The Key parameter is a virtual key code, the Shift parameter reacts to Shift, Ctrl and Alt key press events. If AcceptKey is True, a dropdown window will process key press events, otherwise, key press events will be processed by the TCustomdxBarCombo item.
See Also