VisualCollection::IsReadOnly Property

 

Gets a value that indicates whether the VisualCollection is read-only.

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

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

Property Value

Type: System::Boolean

The value that indicates whether the VisualCollection is read-only.

This property is always false for all VisualCollection objects.

.NET Framework
Available since 3.0
Return to top
Show: