 | DropDownCheckList.Sorted 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.Visible)]
public bool Sorted { get; set; }
Request Example
View SourceReturn Value
Booleantrue if the combo box is sorted; otherwise, false. The default is false.
Exceptions
See Also