Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / BaseObject Class / BaseObject Constructor / BaseObject Constructor(Color,String,String,C1Brush)
The Color value.
The System.String value.
The Brush object.

In This Topic
    BaseObject Constructor(Color,String,String,C1Brush)
    In This Topic
    Creates the new BaseObject object with specified parameters.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As Color, _
       ByVal text As String, _
       ByVal menuCaption As String, _
       ByVal brush As C1Brush _
    )
    public BaseObject( 
       Color color,
       string text,
       string menuCaption,
       C1Brush brush
    )

    Parameters

    color
    The Color value.
    text
    The System.String value.
    menuCaption
    The System.String value.
    brush
    The Brush object.
    See Also