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