Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGallery Class / Expanded Property


In This Topic
    Expanded Property (RibbonGallery)
    In This Topic
    Indicates if the gallery should appear expanded in a RibbonGroup.
    Syntax
    'Declaration
     
    
    Public Property Expanded As Boolean
    'Usage
     
    
    Dim instance As RibbonGallery
    Dim value As Boolean
     
    instance.Expanded = value
     
    value = instance.Expanded
    public bool Expanded {get; set;}
    See Also