Click or drag to resize

ComboBoxSelectedItem Property

Gets or sets currently selected item in the 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 Object SelectedItem { get; set; }

Property Value

Type: Object
The object that is the currently selected item or a null reference (Nothing in Visual Basic) if there is no currently selected item.
See Also