Control.ControlCollection.IsReadOnly Propriedade
Definição
Obtém um valor que indica se esse objeto de coleção é somente leitura.Gets a value that indicates whether this collection object is read-only.
public:
property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean
Valor da propriedade
se a instância atual for somente leitura; caso contrário, . if the current instance is read-only; otherwise, .