Click or drag to resize

PropertyEnumType Class

A utility class that wraps the Windows Property System's IPropertyEnumType interface. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemPropertyEnumType

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class PropertyEnumType

The PropertyEnumType type exposes the following members.

Properties
  NameDescription
Public propertyDisplayText
Gets the display text.
Public propertyEnumType
Gets enum type
Public propertyImageReference
Gets the image reference.
Public propertyImageReferenceIndex
Gets the index of the image reference.
Public propertyImageReferencePath
Gets the image reference path.
Public propertyRangeMinValue
Gets the range minimum value.
Public propertyRangeSetValue
Gets the range set value.
Public propertyValue
Gets the value.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also