Spread Windows Forms 12.0 Product Documentation
HelpTopic Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > TextInput Class : HelpTopic Property
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;}

Property Value

String containing the name of the topic
See Also

Reference

TextInput Class
TextInput Members