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