XUITagAutocompleteOption
Description
Represents a single autocomplete option for the tag canvas.
Properties
Name | Type | Read-Only |
---|---|---|
TagData | XUITagData |
|
Value | String |
Methods
Name | Parameters | Returns |
---|---|---|
Clone | XUITagAutocompleteOption |
|
Constructor | value As String , tagData As XUITagData |
Property Descriptions
TagData As XUITagData
The data required to create a tag.
Value As String
The string visible to the user in the autocompletion list.
Method Descriptions
Clone() As XUITagAutocompleteOption
Returns a clone of this option. Note that TagData.Data
will only be shallow cloned.
Constructor(value As String, tagData As XUITagData)
Default constructor.
value
is the string that will be visible to the user in the autocomplete popup.tagData
is the data required to create a tag instance.