TdxBarManager.IgnoreKeyStroke Method
In This Article
Forces the bar manager to ignore the keystroke passed to an OnHandleKey event handler.
#Declaration
Delphi
procedure IgnoreKeyStroke;
#Remarks
Call this procedure when handling the OnHandleKey event. Otherwise, the call does nothing.
See Also