| Overload | Description | 
|---|---|
| Label Constructor(Int32) | Initializes a new instance of the Label class with the specified key. | 
| Label Constructor(Guid) | Initializes a new instance of the Label class with the specified key. | 
| Label Constructor() | Creates the new Label object with default parameters. | 
| Label Constructor(String) | Creates custom Label object with specified text. | 
| Label Constructor(String,String) | Creates custom Label object with specified text and menu caption. | 
| Label Constructor(Color,String,String) | Creates custom Label object with specified color, text and menu caption. |