Click or drag to resize

PROPENUMTYPE Enumeration

Defines an enumeration type from an enumeration information structure.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public enum PROPENUMTYPE
Members
  Member nameValueDescription
PET_DISCRETEVALUE0 Use GetDisplayText and either GetRangeMinValue or GetRangeSetValue.
PET_RANGEDVALUE1 Use GetDisplayText and either GetRangeMinValue or GetRangeSetValue.
PET_DEFAULTVALUE2 Use GetDisplayText.
PET_ENDRANGE3 Use GetValue or GetRangeMinValue.
See Also