Click or drag to resize

GetFolderSettingsEventArgs Class

Provides data for the GetFolderSettings event of the ShellFolder type. How properties are used by the Shell depends on the type of the event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    callback.ShellBoost.CoreGetFolderSettingsEventArgs

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class GetFolderSettingsEventArgs : EventArgs

The GetFolderSettingsEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEmptyText
Gets or sets the text to be used when there are no items in the view.
Public propertyFlags
Gets or sets the folder flags.
Public propertyFolder
Gets the opened Shell Folder instance.
Public propertyGroupByDirection
Gets or sets the group by direction.
Public propertyGroupByKey
Gets or sets a PropertyKey by which the view should be grouped.
Public propertyGroupSubsetCount
Gets or sets the group subset count. If the value is 0, subsetting is turned off. If the value is greater than 0, group subsetting is turned on and the value sets the number of visible rows of items in each group.
Public propertyHResult
Gets or sets the operation HResult.
Public propertyHwnd
Gets the created window handle. May be IntPtr.Zero depending on context.
Public propertyIconSize
Gets or sets the size of the image in pixels. Only used if ViewMode is not set to FVM_AUTO.
Public propertyType
Gets the type of event.
Public propertyViewMode
Gets or sets the folder view mode.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also