INodeWithEdit.Edit(String) Method

Definition

Edits the name of the control.

public:
 void Edit(System::String ^ newLabel);
public void Edit (string newLabel);
abstract member Edit : string -> unit
Public Sub Edit (newLabel As String)

Parameters

newLabel
String

A String value that represents the new name of the node.

Applies to