ComponentOne Scheduler for WPF and Silverlight
BaseObject Constructor(Color,String,String)

C1.C1Schedule Namespace > BaseObject Class > BaseObject Constructor : BaseObject Constructor(Color,String,String)
The Color value.
The System.String value.
Creates the new BaseObject 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 BaseObject( 
   System.Windows.Media.Color color,
   System.string text,
   System.string menuCaption
)

Parameters

color
The Color value.
text
The System.String value.
menuCaption
The System.String value.
See Also

Reference

BaseObject Class
BaseObject Members
Overload List