System.Windows.Forms.ComboBox.Sorted Property

Gets or sets a value indicating whether the items in the combo box are sorted.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool Sorted { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property specifies whether the System.Windows.Forms.ComboBox sorts existing entries and add new entries to the appropriate sorted position in the list. You can use this property to automatically sort items in a System.Windows.Forms.ComboBox. As items are added to a sorted System.Windows.Forms.ComboBox, the items are moved to the appropriate location in the sorted list. When you set the property to false, new items are added to the end of the existing list. The sort is case-insensitive and in alphabetically ascending order.

Attempting to set the ComboBox.Sorted property on a data-bound control raises an ArgumentException. You must sort the data using the underlying data model.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0