ComponentOne Scheduler for WinForms
BaseObject Constructor(Color,String,String,C1Brush)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > BaseObject Class > BaseObject Constructor : BaseObject Constructor(Color,String,String,C1Brush)
The Color value.
The System.String value.
The Brush object.
Creates the new BaseObject object with specified parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As System.Drawing.Color, _
   ByVal text As System.String, _
   ByVal menuCaption As System.String, _
   ByVal brush As C1Brush _
)
public BaseObject( 
   System.Drawing.Color color,
   System.string text,
   System.string menuCaption,
   C1Brush brush
)

Parameters

color
The Color value.
text
The System.String value.
menuCaption
The System.String value.
brush
The Brush object.
See Also

Reference

BaseObject Class
BaseObject Members
Overload List