IShellFolderViewDual3 interface
Exposes methods that modify the current folder view.
Members
The IShellFolderViewDual3 interface inherits from IShellFolderViewDual2. IShellFolderViewDual3 also has these types of members:
Methods
The IShellFolderViewDual3 interface has these methods.
| Method | Description |
|---|---|
| FilterView |
Sets the filter on the contents of the current view. |
| get_FolderFlags |
Gets the settings for the current folder. |
| get_GroupBy |
Gets the column used for grouping the folder view. |
| get_IconSize |
Gets the icon size setting for the current folder. |
| get_SortColumns |
Gets the names of the columns used to sort the current folder. |
| put_FolderFlags |
Sets the current folders settings. |
| put_GroupBy |
Sets the column used in grouping the folder view. |
| put_IconSize |
Sets the icon size setting for the current folder. |
| put_SortColumns |
Sets the names of the columns to be sorted. |
Remarks
This interface also provides the methods of the IShellFolderViewDual and IShellFolderViewDual2 interfaces, from which it inherits.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also