Click or drag to resize

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:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum PROPDESC_CONDITION_TYPE
Members
  Member nameValueDescription
PDCOT_NONE0 The default value; it means the condition type is unspecified.
PDCOT_STRING1 Use the string condition type.
PDCOT_SIZE2 Use the size condition type.
PDCOT_DATETIME3 Use the date/time condition type.
PDCOT_BOOLEAN4 Use the Boolean condition type.
PDCOT_NUMBER5 Use the number condition type.
See Also