PropertyListLine.AutoComplete

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 09:41, 2 May 2012 by RB WikiCreator (Talk)

(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.