Click or drag to resize

ComboBoxItem Constructor (String, Object)

Creates instance of MwListItem.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public ComboBoxItem(
	string text,
	Object value
)

Parameters

text
Type: SystemString
Name of item. This will be displayed in the list.
value
Type: SystemObject
Value associated with item. May be null.
See Also