INodeWithEdit Interface

Definition

Allows a node to indicate if it can be edited, and if it can handle the new name.

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

Properties

Editable

Gets a value indicating whether the node supports editing.

Methods

Edit(String)

Edits the name of the control.

Applies to