C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / BaseObject Class / BaseObject Constructor / BaseObject Constructor(String,String)
The System.String value.

In This Topic
BaseObject Constructor(String,String)
In This Topic
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 _
)
 

Parameters

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