Table of Contents

Class ShellPropertyEnumType

Namespace
Microsoft.WindowsAPICodePack.Shell.PropertySystem
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

Defines the enumeration values for a property type.

public class ShellPropertyEnumType
Inheritance
ShellPropertyEnumType
Inherited Members

Properties

DisplayText

Gets display text from an enumeration information structure.

public string DisplayText { get; }

Property Value

string

EnumType

Gets an enumeration type from an enumeration information structure.

public PropEnumType EnumType { get; }

Property Value

PropEnumType

RangeMinValue

Gets a minimum value from an enumeration information structure.

public object RangeMinValue { get; }

Property Value

object

RangeSetValue

Gets a set value from an enumeration information structure.

public object RangeSetValue { get; }

Property Value

object

RangeValue

Gets a value from an enumeration information structure.

public object RangeValue { get; }

Property Value

object