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