Creates custom Label object with specified text and menu caption.
Namespace:
C1.C1ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
public Label( string text, string menuCaption ) |
| Visual Basic |
|---|
Public Sub New ( _ text As String, _ menuCaption As String _ ) |
Parameters
- text
- Type: System..::..String
The text of the label.
- menuCaption
- Type: System..::..String
The menu caption for displaying label in dialogs.