Gets or sets the help topic for the text input.
public virtual string HelpTopic {get; set;}
'Declaration
Public Overridable Property HelpTopic As String
'Usage
Dim instance As TextInput
Dim value As String
instance.HelpTopic = value
value = instance.HelpTopic