TextInfo.IsReadOnly Egenskap

Definition

Hämtar ett värde som anger om det aktuella TextInfo objektet är skrivskyddat.

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

Egenskapsvärde

trueom det aktuella TextInfo objektet är skrivskyddat, annars . false

Attribut

Kommentarer

Om egenskapen IsReadOnly är truekan programmet inte ändra någon av egenskaperna för det aktuella TextInfo objektet.

Gäller för