DesignerRegionCollection.IsFixedSize Property

Definition

Gets a value indicating whether the DesignerRegionCollection object has a fixed size.

public:
 property bool IsFixedSize { bool get(); };
public bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public ReadOnly Property IsFixedSize As Boolean

Property Value

true, if the size of the collection cannot be changed by adding or removing items; otherwise, false.

Applies to

See also