Click or drag to resize

SystemSetting Class

The System.Setting properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemSetting

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

The SystemSetting type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCondition
The System.Setting.Condition property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Setting_Condition.
Public propertyStatic memberFontFamily
The System.Setting.FontFamily property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Setting_FontFamily.
Public propertyStatic memberGlyph
The System.Setting.Glyph property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Setting_Glyph.
Public propertyStatic memberGlyphRtl
The System.Setting.GlyphRtl property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Setting_GlyphRtl.
Public propertyStatic memberGroupID
The System.Setting.GroupID property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Setting_GroupID.
Public propertyStatic memberHostID
The System.Setting.HostID property key. PropVariant type: VT_CLSID. .NET type: System.Guid. Shell name PKEY_Setting_HostID.
Public propertyStatic memberPageID
The System.Setting.PageID property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Setting_PageID.
Public propertyStatic memberSettingID
The System.Setting.SettingID property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Setting_SettingID.
Top
See Also