FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextInput Class / HelpPath Property


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