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
Syntaxpublic Object SelectedItem { get; set; }Property Value
Type:
ObjectThe object that is the currently selected item or a null reference (
Nothing in Visual Basic) if there is no currently selected item.
See Also