Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
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.