CommandBindingCollection::IsFixedSize Property

 

Gets a value indicating whether this CommandBindingCollection has a fixed size.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

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

Property Value

Type: System::Boolean

true if the collection has a fixed size; otherwise, false. The default value is false.

A CommandBindingCollection is never a fixed size; therefore, IsFixedSize will always return false.

.NET Framework
Available since 3.0
Return to top
Show: