ComponentOne Scheduler for WinForms
BaseObject Constructor(String,String)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > BaseObject Class > BaseObject Constructor : BaseObject Constructor(String,String)
The System.String value.
Creates the new BaseObject object with specified text and menu caption.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String, _
   ByVal menuCaption As System.String _
)
public BaseObject( 
   System.string text,
   System.string menuCaption
)

Parameters

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

Reference

BaseObject Class
BaseObject Members
Overload List