Table of Contents

Enum PropertyDisplayType

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

Specifies the display types for a property.

public enum PropertyDisplayType

Fields

Boolean = 2

The Boolean Display.

DateTime = 3

The DateTime Display.

Enumerated = 4

The Enumerated Display.

Number = 1

The Number Display.

String = 0

The String Display. This is the default if the property doesn't specify a display type.