InputBindingCollection::IsReadOnly Property

 

Gets a value that indicates whether this InputBindingCollection is read-only.

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

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

Property Value

Type: System::Boolean

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

An InputBindingCollection is never read-only; therefore, IsReadOnly always returns false.

.NET Framework
Available since 3.0
Return to top
Show: