Overload List
Name | Description | |
---|---|---|
Status()()()() |
Creates the new custom Status object with default parameters.
|
|
Status(Guid) |
Initializes a new instance of the Status class with the specified key.
|
|
Status(Int32) |
Initializes a new instance of the Status class with the specified key.
|
|
Status(String) |
Creates a new instance of the custom Status object with the specified text.
|
|
Status(StatusTypeEnum) |
Creates a new instance of the Status class
and initializes it with the specified type.
|
|
Status(String, String) |
Creates the new custom Status object with specified text and menu caption.
|
|
Status(StatusTypeEnum, CultureInfo) |
Creates a new instance of the Status class
and initializes it with the specified type.
|
|
Status(Color, String, String) |
Creates the new custom Status object with specified color,
text and menu caption.
|
|
Status(Color, String, String, C1Brush) |
Creates the new custom Status object with specified parameters.
|