GetFolderSettingsEventArgs Class |
Namespace: ShellBoost.Core
public sealed class GetFolderSettingsEventArgs : EventArgs
The GetFolderSettingsEventArgs type exposes the following members.
Name | Description | |
---|---|---|
EmptyText |
Gets or sets the text to be used when there are no items in the view.
| |
Flags |
Gets or sets the folder flags.
| |
Folder |
Gets the opened Shell Folder instance.
| |
GroupByDirection |
Gets or sets the group by direction.
| |
GroupByKey |
Gets or sets a PropertyKey by which the view should be grouped.
| |
GroupSubsetCount |
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.
| |
HResult |
Gets or sets the operation HResult.
| |
Hwnd |
Gets the created window handle. May be IntPtr.Zero depending on context.
| |
IconSize |
Gets or sets the size of the image in pixels.
Only used if ViewMode is not set to FVM_AUTO.
| |
Type |
Gets the type of event.
| |
ViewMode |
Gets or sets the folder view mode.
|