You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)

See Also

KeystrokeFindTime

  • No labels