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
EnumType
Gets an enumeration type from an enumeration information structure.
public PropEnumType EnumType { get; }
Property Value
RangeMinValue
Gets a minimum value from an enumeration information structure.
public object RangeMinValue { get; }
Property Value
RangeSetValue
Gets a set value from an enumeration information structure.
public object RangeSetValue { get; }
Property Value
RangeValue
Gets a value from an enumeration information structure.
public object RangeValue { get; }