Overload List

  NameDescription
Public methodStatus()()()()
Creates the new custom Status object with default parameters.
Public methodStatus(String)
Creates a new instance of the custom Status object with the specified text.
Public methodStatus(StatusTypeEnum)
Creates a new instance of the Status class and initializes it with the specified type.
Protected methodStatus(SerializationInfo, StreamingContext)
Special constructor for deserialization.
Public methodStatus(String, String)
Creates the new custom Status object with specified text and menu caption.
Public methodStatus(StatusTypeEnum, CultureInfo)
Creates a new instance of the Status class and initializes it with the specified type.
Public methodStatus(Color, String, String)
Creates the new custom Status object with specified color, text and menu caption.
Public methodStatus(Color, String, String, C1Brush)
Creates the new custom Status object with specified parameters.

See Also