Struct TextTypingShortcutHelper

Helper for locating items in list, tree, table or other controls by typing their name

struct TextTypingShortcutHelper

Fields

TypeNameDescription
int
timeoutMillis Expiration time for entered text; after timeout collected text will be cleared

Properties

TypeNameDescription
dstring
text[get] Returns collected text string - use it for lookup

Methods

NameDescription
cancel () Cancel text collection (next typed text will be collected from scratch)
handleKeyEvent (event) Pass key event here; returns true if search text is updated and you can move selection using it
handleMouseEvent (event) Cancel text typing on some mouse events, if necessary