MaskedTextBox.ReadOnly Proprietà

Definizione

Ottiene o imposta un valore che indica se il testo in una casella di testo è di sola lettura.

public:
 property bool ReadOnly { bool get(); void set(bool value); };
public bool ReadOnly { get; set; }
member this.ReadOnly : bool with get, set
Public Property ReadOnly As Boolean

Valore della proprietà

Boolean

true per indicare che il testo è di sola lettura; in caso contrario, false.

Si applica a