ListView::CheckedListViewItemCollection::IsReadOnly Property

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool IsReadOnly {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true if the collection is read-only; otherwise, false.

This property is always true for this collection. The items in the collection can only be modified by the ListView control.

.NET Framework
Available since 1.1
Return to top
Show: