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

In This Topic
    ReApplyColors Property (ColorableToolStrip)
    In This Topic
    Syntax
    'Declaration
     
    Public Property ReApplyColors As Action(Of IColorableControl)
    public Action<IColorableControl> ReApplyColors {get; set;}
    See Also