System.Windows.Forms.Layout.ArrangedElementCollection.IsReadOnly Property

Gets a value indicating whether the collection is read-only.

Syntax

public virtual bool IsReadOnly { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A read-only collection does not allow the addition, removal, or modification of elements after the collection is created.

A read-only collection is simply a collection with a wrapper that prevents modifying the collection. If changes are made to the underlying collection, the read-only collection reflects those changes.

Requirements

Namespace: System.Windows.Forms.Layout
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0