INodeWithEdit 인터페이스

정의

노드가 편집될 수 있는지 여부와 새 이름을 처리할 수 있는지 여부를 나타낼 수 있도록 허용합니다.

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

속성

Editable

노드가 편집을 지원하는지 여부를 나타내는 값을 가져옵니다.

메서드

Edit(String)

컨트롤의 이름을 편집합니다.

적용 대상