PROPDESC_DISPLAYTYPE Enumeration |
Indicates the display type.
Namespace:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum PROPDESC_DISPLAYTYPE
Members
| Member name | Value | Description |
---|
| PDDT_STRING | 0 |
The value is displayed as a string.
|
| PDDT_NUMBER | 1 |
The value is displayed as an integer.
|
| PDDT_BOOLEAN | 2 |
The value is displayed as a Boolean value.
|
| PDDT_DATETIME | 3 |
The value is displayed as date and time.
|
| PDDT_ENUMERATED | 4 |
The value is displayed as an enumerated type-list.
|
See Also