TextInfo.IsReadOnly Propriedade

Definição

Obtém um valor que indica se o objeto TextInfo atual é somente leitura.

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

Valor da propriedade

Boolean

true Se o TextInfo objeto atual for somente leitura; caso contrário, false .

Atributos

Comentários

Se a IsReadOnly propriedade for true , o aplicativo não poderá alterar nenhuma das propriedades do objeto atual TextInfo .

Aplica-se a