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