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


In This Topic
    LauncherEnabled Property
    In This Topic
    Gets or sets whether the dialog launcher button is enabled for this RibbonGroup.
    Syntax
    'Declaration
     
    
    Public Property LauncherEnabled As Boolean
    'Usage
     
    
    Dim instance As RibbonGroup
    Dim value As Boolean
     
    instance.LauncherEnabled = value
     
    value = instance.LauncherEnabled
    public bool LauncherEnabled {get; set;}
    See Also