TextInfo.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se l'oggetto TextInfo è in sola lettura.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Valore della proprietà

true se l'oggetto TextInfo corrente è in sola lettura; in caso contrario, false.

Attributi

Commenti

Se la proprietà è true, l'applicazione IsReadOnly non può modificare alcuna delle proprietà dell'oggetto correnteTextInfo.

Si applica a