Creates the new BaseObject object with specified color, text and menu caption.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public BaseObject(
	Color color,
	string text,
	string menuCaption
)
Visual Basic
Public Sub New ( _
	color As Color, _
	text As String, _
	menuCaption As String _
)

Parameters

color
Type: System.Drawing..::..Color
The Color value.
text
Type: System..::..String
The String value.
menuCaption
Type: System..::..String
The String value.

See Also