INodeWithEdit 接口

定义

允许节点指示它是否可编辑,以及是否可处理新名称。

public interface class INodeWithEdit
public interface INodeWithEdit
type INodeWithEdit = interface
Public Interface INodeWithEdit

属性

Editable

获取一个值,该值指示节点是否支持编辑。

方法

Edit(String)

编辑控件的名称。

适用于