Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagNumericInputParams Class / IsShowLabel Method

In This Topic
    IsShowLabel Method (TagNumericInputParams)
    In This Topic
    Returns a value indicating whether the input form should show the label with the tag's description adjacent to the input control.
    Syntax
    'Declaration
     
    Public Overridable Function IsShowLabel() As Boolean
    public virtual bool IsShowLabel()

    Return Value

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