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