ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1NumericBox Class / IsReadOnly Property



In This Topic
    IsReadOnly Property (C1NumericBox)
    In This Topic
    Gets or sets the value that determines if the C1NumericBox is read-only.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As Boolean
    'Usage
     
    
    Dim instance As C1NumericBox
    Dim value As Boolean
     
    instance.IsReadOnly = value
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get; set;}
    public:
    property bool IsReadOnly {
       bool get();
       void set (    bool value);
    }
    See Also