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

In This Topic
    ReadOnly Property (RibbonNumericBox)
    In This Topic
    Gets or sets a value indicating whether the contents of the component can be changed.
    Syntax
    'Declaration
     
    
    Public Property ReadOnly As Boolean
    public bool ReadOnly {get; set;}
    See Also