Gets or sets a value that indicates whether the items in the list box are sorted automatically.
<SRCategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether items in the list portion of the ListCell are sorted.")>
Public Overridable Property Sorted As Boolean
Dim instance As ListCell
Dim value As Boolean
instance.Sorted = value
value = instance.Sorted
[SRCategory("Behavior")]
[DefaultValue()]
[SRDescription("Indicates whether items in the list portion of the ListCell are sorted.")]
public virtual bool Sorted {get; set;}
Property Value
true if the list box is sorted; otherwise,
false. The default is
false.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2