Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonNumericBox Class / ReadOnly Property


In This Topic
    ReadOnly Property (RibbonNumericBox)
    In This Topic
    Indicates whether the contents of the component can be changed.
    Syntax
    'Declaration
     
    
    Public Property ReadOnly As Boolean
    'Usage
     
    
    Dim instance As RibbonNumericBox
    Dim value As Boolean
     
    instance.ReadOnly = value
     
    value = instance.ReadOnly
    public bool ReadOnly {get; set;}
    See Also