 | 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.12.1
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public bool Sorted { get; set; }
Request Example
View SourceProperty Value
BooleanReturn Value
Booleantrue if the combo box is sorted; otherwise, false. The default is false.
Exceptions
See Also