InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputMaskedTextBox Class / ReadOnly Property

In This Topic
    ReadOnly Property (InputMaskedTextBox)
    In This Topic
    Gets or sets a value indicating whether the contents of the component can be changed.
    Syntax
    'Declaration
     
    Public Property ReadOnly As Boolean
    public bool ReadOnly {get; set;}
    See Also