Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextInput Class / HelpTopic Property


In This Topic
HelpTopic Property
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
See Also