PropertyListBox.ShouldTriggerAutocomplete

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 18:27, 9 October 2015 by Admin (Talk | contribs) (1 revision imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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