Table of Contents

Class ShellProperties.PropertySystemNote

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

System.Note Properties

public class ShellProperties.PropertySystemNote : PropertyStoreItems
Inheritance
ShellProperties.PropertySystemNote
Inherited Members

Properties

Color

Name: System.Note.Color -- PKEY_Note_Color

Description:

Type: UInt16 -- VT_UI2

FormatID: {4776CAFA-BCE4-4CB1-A23E-265E76D8EB11}, 100

public ShellProperty<ushort?> Color { get; }

Property Value

ShellProperty<ushort?>

ColorText

Name: System.Note.ColorText -- PKEY_Note_ColorText

Description: This is the user-friendly form of System.Note.Color. Not intended to be parsed programmatically.

Type: String -- VT_LPWSTR (For variants: VT_BSTR)

FormatID: {46B4E8DE-CDB2-440D-885C-1658EB65B914}, 100

public ShellProperty<string> ColorText { get; }

Property Value

ShellProperty<string>