Scheduler for WPF and Silverlight | ComponentOne
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 String, _
       ByVal menuCaption As String _
    )
    public BaseObject( 
       string text,
       string menuCaption
    )

    Parameters

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