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
See Also