IShellFolderViewDual interface
Exposes methods that modify the view and select items in the current folder.
Members
The IShellFolderViewDual interface inherits from the IDispatch interface. IShellFolderViewDual also has these types of members:
Methods
The IShellFolderViewDual interface has these methods.
| Method | Description |
|---|---|
| get_Application |
Gets the application object. |
| get_FocusedItem |
Gets the FolderItem object that represents the item that has input focus. |
| get_Folder |
Gets the Folder object that represents the view. |
| get_Parent |
Not implemented. |
| get_Script |
Gets the scripting object for the view. |
| get_ViewOptions |
Gets a set of flags that indicate the current options of the view. |
| PopupItemMenu |
Creates a shortcut menu for the specified item and returns the selected command string. |
| SelectedItems |
Gets a FolderItems object that represents all of the selected items in the view. |
| SelectItem |
Sets the selection state of an item in the view. |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also