CustomComboBoxSorted Property
Gets or sets a value indicating whether the items in the combo box are sorted.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public bool Sorted { get; set; }
BooleanBooleantrue if the combo box is sorted; otherwise, false. The default is false.