Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / dd Class / GetColor Method / GetColor(String,Color) Method

In This Topic
    GetColor(String,Color) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetColor( _
       ByVal path As System.String, _
       ByVal defaultValue As System.Drawing.Color _
    ) As System.Drawing.Color
    public System.Drawing.Color GetColor( 
       System.string path,
       System.Drawing.Color defaultValue
    )

    Parameters

    path
    defaultValue
    See Also