InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / ReadOnly Property

In This Topic
    ReadOnly Property (C1InputPanel)
    In This Topic
    Gets or sets a value indicating whether the panel operates in the read-only mode.
    Syntax
    'Declaration
     
    Public Property ReadOnly As Boolean
    public bool ReadOnly {get; set;}
    See Also