XUITagData
Description
This class stores the necessary information required to create a tag.
Properties
Name | Type | Read-Only |
---|---|---|
Data | Variant |
|
Title | String |
Methods
Name | Parameters | Returns |
---|---|---|
Constructor | title As String , data As Variant |
Property Descriptions
Data As Variant
Optional arbitrary data.
Title As String
The tag's title.
Method Descriptions
Constructor(title As String, data As Variant)
Default constructor.
title
is the tag text visible to the user.data
is optional arbitrary data associated with the tag to be created.