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


In This Topic
    HelpPath Property
    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
    public virtual string HelpPath {get; set;}
    See Also