'Usage
Dim instance As ImGearARTPopupText
Dim value As String
instance.Text = value
value = instance.Text
Property Value
String value.
Remarks
If TextType value is ImGearARTTextType.FILE_NAME the Text property holds a string with the file name. If TextType value is ImGearARTTextType.DIRECT_TEXT the Text property holds the actual text. Use ActualText to get the file content if TextType value is ImGearARTTextType.FILE_NAME.