 | DropDownCheckListSorted Property |
Gets or sets a value indicating whether the items in the combo box are sorted.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic bool Sorted { get; set; }
Public Property Sorted As Boolean
Get
Set
public:
property bool Sorted {
bool get ();
void set (bool value);
}
Request Example
View SourceReturn Value
Type:
Booleantrue if the combo box is sorted; otherwise, false. The default is false.
Exceptions
See Also