ObjectSelectorEditor::Selector::AddNode Method (String^, Object^, ObjectSelectorEditor::SelectorNode^)

 

Adds a new tree node to the collection.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
ObjectSelectorEditor::SelectorNode^ AddNode(
	String^ label,
	Object^ value,
	ObjectSelectorEditor::SelectorNode^ parent
)

Parameters

label
Type: System::String^

The label for the node.

value
Type: System::Object^

The Object that represents the value for the node.

parent
Type: System.ComponentModel.Design::ObjectSelectorEditor::SelectorNode^

The parent of the node.

.NET Framework
Available since 1.1
Return to top
Show: