CommandBindingCollection::IsReadOnly Property
.NET Framework (current version)
Gets a value indicating whether this CommandBindingCollection is read-only.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System::Booleantrue if the collection is read-only; otherwise, false. The default value is false.
Implements
IList::IsReadOnlyA CommandBindingCollection is never read-only; therefore, IsReadOnly will always return false.
.NET Framework
Available since 3.0
Available since 3.0
Show: