Spread Windows Forms 12.0 Product Documentation
HelpFileName Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > TextInput Class : HelpFileName Property
Gets or sets the help file name for the text input.
Syntax
'Declaration
 
Public Overridable Property HelpFileName As String
'Usage
 
Dim instance As TextInput
Dim value As String
 
instance.HelpFileName = value
 
value = instance.HelpFileName
public virtual string HelpFileName {get; set;}

Property Value

String containing the name of the help file
See Also

Reference

TextInput Class
TextInput Members