ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Advanced Namespace / DesignerForm Class / SetColor Method
The color to be set.

In This Topic
    SetColor Method
    In This Topic
    Sets the theme color of the form.
    Syntax
    'Declaration
     
    Public Sub SetColor( _
       ByVal color As Color _
    ) 
    public void SetColor( 
       Color color
    )

    Parameters

    color
    The color to be set.
    See Also