BaseCollection::IsReadOnly Property
.NET Framework (current version)
Gets a value indicating whether the collection is read-only.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The collections that derive from the BaseCollection class are always writable, which is why this property always returns false.
.NET Framework
Available since 1.1
Available since 1.1
Show: