Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / Label Class / Label Constructor / Label Constructor(String,String)
The text of the label.

In This Topic
    Label Constructor(String,String)
    In This Topic
    Creates custom Label object with specified text and menu caption.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String, _
       ByVal menuCaption As System.String _
    )
    public Label( 
       System.string text,
       System.string menuCaption
    )

    Parameters

    text
    The text of the label.
    menuCaption
    The menu caption for displaying label in dialogs.
    See Also