Skip to content

XUICEAutocompleteOption

Description

Represents a single autocomplete option.

Properties

Name Type Read-Only
Data Variant
Value String

Methods

Name Parameters Returns
Clone XUICEAutocompleteOption
Constructor value As String, data As Variant

Property Descriptions

Data As Variant

Arbitrary data.


Value As String

The string visible to the user in the autocompletion list.


Method Descriptions

Clone() As XUICEAutocompleteOption

Returns a clone of this option. Note that Data will only be shallow cloned.


Constructor(value As String, data As Variant)

Constructs a new autocomplete option with the user-facing value and optional data.