Click or drag to resize

ShellFolderCustomSettings Class

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

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGet
Retrieves a custom Shell Folder settings. This function reads from the Desktop.ini.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also