Click or drag to resize

ComboBoxItems Property

Gets an object representing the collection of the items contained in this ComboBox.

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 ComboBoxObjectCollection Items { get; }

Property Value

Type: ComboBoxObjectCollection
A ComboBoxObjectCollection representing the items in the ComboBox.
See Also