Difference between revisions of "PropertyListLine.AutoComplete"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (6 revisions imported)
 
(4 intermediate revisions by 2 users not shown)
Line 11: Line 11:
  
 
Only used for TypeEditableList lines.
 
Only used for TypeEditableList lines.
If true, when editing the value, an Autocomplete window will appear with the list of selectable items.
+
If true, when editing the value, an [[PropertyListLine.AutoComplete|AutoComplete]] window will appear with the list of selectable items.
The keyboard key used to trigger Autocomplete is defined in the PropertyListBox ShouldTriggerAutocomplete Event.
+
The keyboard key used to trigger [[PropertyListLine.AutoComplete|AutoComplete]] is defined in the [[PropertyListBox]] ShouldTriggerAutocomplete Event.

Latest revision as of 14:24, 6 August 2015

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.