Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonApplicationMenu Class / Appearance Property


In This Topic
    Appearance Property
    In This Topic
    Gets or sets the application menu appearance.
    Syntax
    'Declaration
     
    
    Public Property Appearance As AppMenuAppearance
    'Usage
     
    
    Dim instance As RibbonApplicationMenu
    Dim value As AppMenuAppearance
     
    instance.Appearance = value
     
    value = instance.Appearance
    public AppMenuAppearance Appearance {get; set;}
    See Also