InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel 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