Click or drag to resize

FolderView Methods

The FolderView type exposes the following members.

Methods
  NameDescription
Public methodDeselectAllItems
Deselects all items in the view.
Public methodDoRename
Starts a rename operation on the current selection.
Public methodEnumerateItems
Enumerates the items items in the folder view..
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFromNativeObject
Gets a FolderView instance from a native COM object.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItem
Gets an item by its index.
Public methodGetItemCount
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.
Public methodGetItemIndex
Gets an item index using a predicate.
Public methodGetItemPosition
Gets the position of an item in the folder's view.
Public methodGetSelectedItem
Gets the currently selected item at or after a given index.
Public methodGetSelectionState
Gets the selection state including check state.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVisibleItem
Gets the next visible item in relation to a given index in the view.
Public methodInvokeVerbOnSelection
Invokes the given verb on the current selection.
Public methodSelectItem
Selects an item in the view.
Public methodSelectItems(IEnumerableShellItemIdList, SVSIF, Boolean)
Allows the selection and positioning of items visible in the folder's view.
Public methodSelectItems(IEnumerableItem, SVSIF, Boolean)
Allows the selection and positioning of items visible in the folder's view.
Public methodSelectItems(IEnumerableIntPtr, SVSIF, Boolean)
Allows the selection and positioning of items visible in the folder's view.
Public methodSetRedraw
Sets redraw on and off.
Public methodSetSortColumns
Sets all the sort columns.
Public methodSetText
Sets the text for a type of text to be used in a folder view.
Public methodToString
Converts to string.
(Overrides ObjectToString.)
Top
See Also