Determines if the user can type on the keyboard to jump to an item.
Usage
Set_Property(OLECtrlEntID, "OLE.KeystrokeFindEnabled", Boolean)
Values
[True | False]
Default: True
Remarks
The KeystrokeFindEnabled property can be used to disable the ability to jump to tree items by typing characters.
Example
// Don't let users type to find items Set_Property(@Window:".OLE_TREE", "OLE.KeystrokeFindEnabled", 0)