PROPDESC_CONDITION_TYPE Enumeration |
Describes the condition type to use when displaying the property in the query builder UI in Windows Vista, but not in Windows 7 and later.
Wraps Windows'
PROPDESC_CONDITION_TYPE enumeration..
Namespace:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum PROPDESC_CONDITION_TYPE
Members
| Member name | Value | Description |
---|
| PDCOT_NONE | 0 |
The default value; it means the condition type is unspecified.
|
| PDCOT_STRING | 1 |
Use the string condition type.
|
| PDCOT_SIZE | 2 |
Use the size condition type.
|
| PDCOT_DATETIME | 3 |
Use the date/time condition type.
|
| PDCOT_BOOLEAN | 4 |
Use the Boolean condition type.
|
| PDCOT_NUMBER | 5 |
Use the number condition type.
|
See Also