Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / Status Class / Status Constructor / Status Constructor(Color,String,String,C1Brush)
The color which will be used for displaying status.
The System.String value.
The brush which will be used for displaying status.

In This Topic
    Status Constructor(Color,String,String,C1Brush)
    In This Topic
    Creates the new custom Status 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 _
    )

    Parameters

    color
    The color which will be used for displaying status.
    text
    The System.String value.
    menuCaption
    The menu caption for displaying status in dialogs.
    brush
    The brush which will be used for displaying status.
    See Also