ObjectSelectorEditor::Selector::AddNode Method (String^, Object^, ObjectSelectorEditor::SelectorNode^)
.NET Framework (current version)
Adds a new tree node to the collection.
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.
Return Value
Type: System.ComponentModel.Design::ObjectSelectorEditor::SelectorNode^A ObjectSelectorEditor::SelectorNode added to the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: