INodeWithEdit.Editable プロパティ

定義

ノードが編集をサポートしているかどうかを示す値が付与されます。

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

プロパティ値

true ノードが編集をサポートしている場合;それ以外は false

適用対象