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