ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.Boolean
    public System.bool ReadOnly {get; set;}
    See Also