ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win.Theming Namespace / IColorableControl Interface / ReApplyColors Property

In This Topic
    ReApplyColors Property (IColorableControl)
    In This Topic
    Invoke if the control colors should be redrawn
    Syntax
    'Declaration
     
    Property ReApplyColors As Action(Of IColorableControl)
    Action<IColorableControl> ReApplyColors {get; set;}
    See Also