ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win.Theming Namespace / ColorableToolStrip Class / InvertIcon Property

In This Topic
    InvertIcon Property (ColorableToolStrip)
    In This Topic
    Syntax
    'Declaration
     
    Public Property InvertIcon As Func(Of Bitmap,Color,Bitmap)
    public Func<Bitmap,Color,Bitmap> InvertIcon {get; set;}
    See Also