Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / TagInputParams Class / IsShowLabel Property

In This Topic
    IsShowLabel Property (TagInputParams)
    In This Topic
    Gets or sets a value indicating whether the input form should show the label with the tag's description adjacent to the input control.
    Syntax
    'Declaration
     
    Public Property IsShowLabel As System.Boolean
    public System.bool IsShowLabel {get; set;}

    Property Value

    True if the label is to be shown, false otherwise.
    See Also