Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonNumericBox Class / Text Property

In This Topic
    Text Property (RibbonNumericBox)
    In This Topic
    Gets or sets the text in the RibbonNumericBox.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    See Also