Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonStyle Class / ApplyMonochromeIconForDarkTheme Property

In This Topic
    ApplyMonochromeIconForDarkTheme Property (RibbonStyle)
    In This Topic
    Gets or sets a value indicating that the dark theme applies a monochrome style to custom bitmap icons.
    Syntax
    'Declaration
     
    
    Public Shared Property ApplyMonochromeIconForDarkTheme As Boolean
    public static bool ApplyMonochromeIconForDarkTheme {get; set;}
    See Also