System.Windows.Forms.ToolStripComboBox.Sorted Property

Gets or sets a value indicating whether the items in the System.Windows.Forms.ToolStripComboBox 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.ToolStripComboBox 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.ToolStripComboBox. As items are added to a sorted System.Windows.Forms.ToolStripComboBox, 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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0