C#
VB
C++
Gets a value indicating whether the list is read-only.
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
public:
property bool IsReadOnly {
bool get();
}
true if the ListWithEvents<T> is read-only; otherwise, it is false.
In the default implementation of list, this property always returns false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET