DesignerRegionCollection.IsFixedSize プロパティ

定義

DesignerRegionCollection オブジェクトが固定サイズかどうかを示す値を取得します。

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

プロパティ値

項目の追加または削除によってコレクションのサイズを変更できない場合は true。それ以外の場合は false

適用対象

こちらもご覧ください