Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.