Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / Status Class / Status Constructor / Status Constructor(StatusTypeEnum)
The StatusTypeEnum value.

In This Topic
    Status Constructor(StatusTypeEnum)
    In This Topic
    Creates a new instance of the Status class and initializes it with the specified type.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As StatusTypeEnum _
    )
    public Status( 
       StatusTypeEnum type
    )

    Parameters

    type
    The StatusTypeEnum value.
    See Also