Creates the new custom Status object with specified color,
text and menu caption.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public Status( Color color, string text, string menuCaption ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ color As Color, _ text As String, _ menuCaption As String _ ) |
Parameters
- color
- Type: System.Windows.Media..::..Color
The color which will be used for displaying status.
- text
- Type: System..::..String
The String value.
- menuCaption
- Type: System..::..String
The menu caption for displaying status in dialogs.