C1.Silverlight.Schedule.5
Status Constructor(Color,String,String)

The color which will be used for displaying status.
The System.String value.
Creates the new custom Status object with specified color, text and menu caption.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As System.Windows.Media.Color, _
   ByVal text As System.String, _
   ByVal menuCaption As System.String _
)
public Status( 
   System.Windows.Media.Color color,
   System.string text,
   System.string menuCaption
)

Parameters

color
The color which will be used for displaying status.
text
The System.String value.
menuCaption
The menu caption for displaying status in dialogs.
See Also

Reference

Status Class
Status Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.