PropertyListLine.AutoComplete

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 14:24, 6 August 2015 by Admin (Talk | contribs) (6 revisions imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Property (As Boolean)
aPropertyListLine.AutoComplete = newValue
or
BooleanValue = aPropertyListLine.AutoComplete


Only used for TypeEditableList lines. If true, when editing the value, an AutoComplete window will appear with the list of selectable items. The keyboard key used to trigger AutoComplete is defined in the PropertyListBox ShouldTriggerAutocomplete Event.