ShapeCollection.IsReadOnly Property
Gets a value indicating whether a collection is read-only.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
virtual bool get() sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Public ReadOnly Property IsReadOnly As Boolean
Property Value
Type: System.Boolean
true if the collection is read-only; otherwise, false.
Implements
Remarks
For a ShapeCollection, this property always returns false.
See Also
ShapeCollection Class
Microsoft.VisualBasic.PowerPacks Namespace
Introduction to the Line and Shape Controls (Visual Studio)
How to: Draw Lines with the LineShape Control (Visual Studio)
How to: Draw Shapes with the OvalShape and RectangleShape Controls (Visual Studio)
Return to top