ObjectSelectorEditor::SelectorNode Constructor (String^, Object^)

 

Initializes a new instance of the ObjectSelectorEditor::SelectorNode class.

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

public:
SelectorNode(
	String^ label,
	Object^ value
)

Parameters

label
Type: System::String^

The label for the node.

value
Type: System::Object^

The Object that represents the value for the node.

.NET Framework
Available since 1.1
Return to top
Show: