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