バージョン

IsReadOnly プロパティ (TreeNodeCellsCollection)

このコレクションが読み取り専用かどうか、つまりその内容を修正できるかどうかを返します。
シンタックス
'宣言
 
Public Overrides ReadOnly Property IsReadOnly As Boolean
public override bool IsReadOnly {get;}
解説

TreeNodeCellsCollection クラスは修正可能でなく、その場合は常にこのメソッドから true を返します。

参照