Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 String
    public string Label {get; set;}
    See Also