Click or drag to resize

ComboBoxSelectedIndex Property

Gets or sets the index specifying the currently selected item.

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 int SelectedIndex { get; set; }

Property Value

Type: Int32
A zero-based index of the currently selected item. A value of negative one (-1) is returned if no item is selected.
See Also