Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextInput Class / HelpFileName Property


In This Topic
    HelpFileName Property (TextInput)
    In This Topic
    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;}
    See Also