Difference between revisions of "PropertyListBox.ShouldTriggerAutocomplete"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (12 revisions imported) |
(No difference)
|
Revision as of 13:24, 6 August 2015
Event
PropertyListBox.ShouldTriggerAutocomplete ( Key as string, hasAutocompleteOptions as boolean ) As boolean
key is the current pressed key, hasAutocompleteOptions is True if there are any autocompleteOptions for the word where the caret is. Return True if you want to trigger the autoComplete mechanism