If this bit is set, the items listed in the control are displayed in a specified order. If the bit is not set, items are displayed in alphabetical order.
Valid Controls
ComboBoxListBox
ListView Control
Value
Decimal | Hexadecimal | Constant |
---|---|---|
65536 | 0x00010000 | msidbControlAttributesSorted |
Remarks
To sort the items in a ComboBox, include the Sorted bit in the Attributes column of the Control table and specify the item order in the Order column of the ComboBox table.
To sort the items in a ListBox, include the Sorted bit in the Attributes column of the Control table and specify the item order in the Order column of the ComboBox table.
To sort the items in a ListView, include the Sorted bit in the Attributes column of the Control table and specify the order of items in the ComboBox table.
See Control Attributes and Controls.
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.