GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGroup Class / HasLauncherButton Property


In This Topic
HasLauncherButton Property
In This Topic
Gets or sets whether this RibbonGroup has a dialog launcher button.
Syntax
'Declaration
 
Public Property HasLauncherButton As Boolean
 
'Usage
 
Dim instance As RibbonGroup
Dim value As Boolean
 
instance.HasLauncherButton = value
 
value = instance.HasLauncherButton
See Also