FolderView Methods |
The FolderView type exposes the following members.
Name | Description | |
---|---|---|
DeselectAllItems |
Deselects all items in the view.
| |
DoRename |
Starts a rename operation on the current selection.
| |
EnumerateItems |
Enumerates the items items in the folder view..
| |
FromNativeObject |
Gets a FolderView instance from a native COM object.
| |
GetItem |
Gets an item by its index.
| |
GetItemCount |
Gets the number of items in the folder. This can be the number of all items, or a subset such as the number of selected items.
| |
GetItemIndex |
Gets an item index using a predicate.
| |
GetItemPosition |
Gets the position of an item in the folder's view.
| |
GetSelectedItem |
Gets the currently selected item at or after a given index.
| |
GetSelectionState |
Gets the selection state including check state.
| |
GetVisibleItem |
Gets the next visible item in relation to a given index in the view.
| |
InvokeVerbOnSelection |
Invokes the given verb on the current selection.
| |
SelectItem |
Selects an item in the view.
| |
SelectItems(IEnumerableShellItemIdList, SVSIF, Boolean) |
Allows the selection and positioning of items visible in the folder's view.
| |
SelectItems(IEnumerableItem, SVSIF, Boolean) |
Allows the selection and positioning of items visible in the folder's view.
| |
SelectItems(IEnumerableIntPtr, SVSIF, Boolean) |
Allows the selection and positioning of items visible in the folder's view.
| |
SetRedraw |
Sets redraw on and off.
| |
SetSortColumns |
Sets all the sort columns.
| |
SetText |
Sets the text for a type of text to be used in a folder view.
| |
ToString |
Converts to string.
(Overrides ObjectToString.) |