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