CustomStrokes.IsReadOnly Property

CustomStrokes.IsReadOnly Property

Gets a value indicating whether the CustomStrokes collection is read-only.

Definition

Visual Basic .NET Public ReadOnly Property IsReadOnly As Boolean
C# public bool IsReadOnly { get; }
Managed C++ public: __property bool* get_IsReadOnly();

Property Value

System.Boolean. Returns false in all cases.

This property is read-only.

false Default. The collection is not read-only.

Remarks

The IsReadOnly property indicates whether the CustomStrokes collection is read-only. This always returns false, because within a CustomStrokes collection, Strokes collections can be added, removed, or replaced.

For more information about IsReadOnly, see the IList.IsReadOnly Leave Site property.

See Also