Click or drag to resize

PROPDESC_DISPLAYTYPE Enumeration

Indicates the display type.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum PROPDESC_DISPLAYTYPE
Members
  Member nameValueDescription
PDDT_STRING0 The value is displayed as a string.
PDDT_NUMBER1 The value is displayed as an integer.
PDDT_BOOLEAN2 The value is displayed as a Boolean value.
PDDT_DATETIME3 The value is displayed as date and time.
PDDT_ENUMERATED4 The value is displayed as an enumerated type-list.
See Also