ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1StatusBar Class / RibbonStyle Property

In This Topic
    RibbonStyle Property (C1StatusBar)
    In This Topic
    Gets or sets a RibbonStyle object that is used for customization of appearance settings when the VisualStyle property is set to Custom.
    Syntax
    'Declaration
     
    Public Property RibbonStyle As RibbonStyle
    public RibbonStyle RibbonStyle {get; set;}
    See Also