Click or drag to resize

SystemItemCustomState Class

The System.ItemCustomState properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemItemCustomState

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

The SystemItemCustomState type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIconReferences
The System.ItemCustomState.IconReferences property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_ItemCustomState_IconReferences.
Public propertyStatic memberStateList
The System.ItemCustomState.StateList property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_ItemCustomState_StateList.
Public propertyStatic memberValues
The System.ItemCustomState.Values property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_ItemCustomState_Values.
Top
See Also