Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / TooltipsForm Class / Title Property


In This Topic
    Title Property (TooltipsForm)
    In This Topic
    Gets or sets the title.
    Syntax
    'Declaration
     
    
    Public Property Title As String
    'Usage
     
    
    Dim instance As TooltipsForm
    Dim value As String
     
    instance.Title = value
     
    value = instance.Title
    public string Title {get; set;}

    Property Value

    The title.
    See Also