PROPDESC_SORTDESCRIPTION Enumeration |
Defines the current sort description flags for the property, which indicate the particular wordings of sort offerings.
Namespace:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum PROPDESC_SORTDESCRIPTION
Members
| Member name | Value | Description |
---|
| PDSD_GENERAL | 0 |
Default. "Sort going up", "Sort going down".
|
| PDSD_A_Z | 1 |
"A on top", "Z on top".
|
| PDSD_LOWEST_HIGHEST | 2 |
"Lowest on top", "Highest on top".
|
| PDSD_SMALLEST_BIGGEST | 3 |
"Smallest on top", "Largest on top".
|
| PDSD_OLDEST_NEWEST | 4 |
"Oldest on top", "Newest on top".
|
See Also