オーバーロード | 解説 |
---|---|
Status コンストラクタ(Int32) | Initializes a new instance of the Status class with the specified key. |
Status コンストラクタ(Guid) | Initializes a new instance of the Status class with the specified key. |
Status コンストラクタ() | Creates the new custom Status object with default parameters. |
Status コンストラクタ(StatusTypeEnum) | Creates a new instance of the Status class and initializes it with the specified type. |
Status コンストラクタ(StatusTypeEnum,CultureInfo) | Creates a new instance of the Status class and initializes it with the specified type. |
Status コンストラクタ(String) | Creates a new instance of the custom Status object with the specified text. |
Status コンストラクタ(String,String) | Creates the new custom Status object with specified text and menu caption. |
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. |