Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGroup Class / GroupToolTip Property


In This Topic
    GroupToolTip Property
    In This Topic
    Gets or sets the tooltip for the collapsed group button.
    Syntax
    'Declaration
     
    
    Public Property GroupToolTip As String
    'Usage
     
    
    Dim instance As RibbonGroup
    Dim value As String
     
    instance.GroupToolTip = value
     
    value = instance.GroupToolTip
    public string GroupToolTip {get; set;}
    See Also