Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
property.
See Also