CreateNewLabel(Object, String, String, Color)
|
id, displayName, menuCaption, color
|
Creates a new label with the specified identifier, display name, menu caption and color.
|
CreateNewLabel(Object, String, String)
|
id, displayName, menuCaption
|
Creates a new label with the specified identifier, display name and menu caption.
|
CreateNewLabel(Object, String)
|
id, displayName
|
Creates a new label with the specified identifier and displayed name, and with menu caption which is the same as display name.
|
CreateNewLabel(String)
|
displayName
|
Creates a new label with the identifier created by default, specified displayed name and menu caption which is the same as display name.
|