ObjectSelectorEditor.SelectorNode(String, Object) Constructor

Definition

Initializes a new instance of the ObjectSelectorEditor.SelectorNode class.

public:
 SelectorNode(System::String ^ label, System::Object ^ value);
public SelectorNode (string label, object value);
new System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode : string * obj -> System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode
Public Sub New (label As String, value As Object)

Parameters

label
String

The label for the node.

value
Object

The Object that represents the value for the node.

Applies to