ToolboxCategoryItems.IsReadOnly Propriedade
Definição
Obtém um valor que indica se o ToolboxCategoryItems é somente leitura.Gets a value that indicates whether the ToolboxCategoryItems 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
true se o ToolboxCategoryItems for somente leitura; caso contrário, false.true if the ToolboxCategoryItems is read-only; otherwise, false.
Implementações
Comentários
ToolboxCategoryItems implementa a interface IList.ToolboxCategoryItems implements the IList interface. Uma coleção que seja somente leitura não permite a adição, a remoção ou a modificação de elementos após a coleção ser criada.A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.