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


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