ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / ForeColor Class / ForeColor Constructor
The cr fore.

In This Topic
    ForeColor Constructor
    In This Topic
    Initializes a new instance of the ForeColor class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal crFore As Color _
    )
    public ForeColor( 
       Color crFore
    )

    Parameters

    crFore
    The cr fore.
    See Also