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


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