Click or drag to resize

GetFolderSettingsEventArgs Properties

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
See Also