ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonNumericBox Class / Label Property

In This Topic
    Label Property (RibbonNumericBox)
    In This Topic
    Gets or sets the label used to identify this RibbonNumericBox.
    Syntax
    'Declaration
     
    Public Property Label As System.String
    public System.string Label {get; set;}
    See Also