CustomComboBoxSelectedItem Property
Gets or sets currently selected item in the
ComboBox.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public Object SelectedItem { get; set; }
ObjectObject
The object that is the currently selected item or null if there is no currently selected item.