Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / (Global) Namespace / ca Class / c Method

In This Topic
    c Method (ca)
    In This Topic
    Syntax
    'Declaration
     
    Public Function c( _
       ByVal a As System.Integer, _
       ByVal b As System.Integer, _
       ByVal c As System.Integer, _
       ByVal d As System.Integer _
    ) As System.Drawing.Brush
    public System.Drawing.Brush c( 
       System.int a,
       System.int b,
       System.int c,
       System.int d
    )

    Parameters

    a
    b
    c
    d
    See Also