Click or drag to resize

ShellFolderCustomSettings Class

Represents a Shell Folder custom settings (desktop.ini).
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesShellFolderCustomSettings

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class ShellFolderCustomSettings

The ShellFolderCustomSettings type exposes the following members.

Constructors
  NameDescription
Public methodShellFolderCustomSettings
Initializes a new instance of the ShellFolderCustomSettings class.
Top
Properties
  NameDescription
Public propertyClsid
Gets or sets the CLSID used to identify the Shell Folder in the Windows registry.
Public propertyIconFile
Gets or sets a string containing the path to file containing the folder's icon.
Public propertyIconIndex
Gets or sets the index of the icon within the file named in IconFile.
Public propertyInfoTip
Gets or sets the text of the folder's infotip.
Public propertyLogo
Gets or sets a string containing the path to the file containing the folder's logo image. This is the image used in thumbnail views.
Top
Methods
  NameDescription
Public methodStatic memberGet
Retrieves a custom Shell Folder settings. This function reads from the Desktop.ini.
Public methodStatic memberRemove
Removes custom Shell Folder settings. This function deletes the Desktop.ini.
Public methodSet
Sets a custom Shell Folder settings. This function writes to Desktop.ini.
Top
See Also