Creates the new custom Status object with specified parameters.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public Status( Color color, string text, string menuCaption, C1Brush brush ) |
Visual Basic |
---|
Public Sub New ( _ color As Color, _ text As String, _ menuCaption As String, _ brush As C1Brush _ ) |
Parameters
- color
- Type: System.Drawing..::..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.
- brush
- Type: C1.C1Schedule..::..C1Brush
The brush which will be used for displaying status.