Overload List
Name | Description | |
---|---|---|
![]() | Status()()()() |
Creates the new custom Status object with default parameters.
|
![]() | 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(SerializationInfo, StreamingContext) |
Special constructor for deserialization.
|
![]() | 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.
|