Click or drag to resize

View Methods

The View type exposes the following members.

Methods
  NameDescription
Public methodDeselectAllItems
Deselects all items in the view.
Public methodDestroyViewWindow
Destroys this view window.
Public methodDoContextMenuPopup
Creates and displays a shortcut menu, tracks the selection of items on that menu, and invokes a chosen command.
Public methodStatic memberFromNativeObject
Gets a View instance from a native COM object.
Public methodStatic memberGetOwnerViewHandle
Gets the handle of the view's top window.
Public methodStatic memberOpen(IntPtr, OFASI, Boolean)
Opens a Windows Explorer window.
Public methodStatic memberOpen(IWithIdList, OFASI, Boolean)
Opens a Windows Explorer window.
Public methodStatic memberOpenAndSelect(IEnumerableIWithIdList, OFASI, Boolean)
Opens a Windows Explorer window with specified items in a particular folder selected. All children must share a common parent folder.
Public methodStatic memberOpenAndSelect(IEnumerableIntPtr, OFASI, Boolean)
Opens a Windows Explorer window with specified items in a particular folder selected. All children must share a common parent folder.
Public methodRefresh
Refreshes the view's contents in response to user input.
Public methodRemoveVisibleColumn
Removes a visible column from the list of columns.
Public methodSaveViewState
Saves the view settings so the current state can be restored during a subsequent browsing session.
Public methodSelectItem(IntPtr, SVSIF, NullablePOINT, Boolean)
Selects and optionally positions an item in a Shell View.
Public methodSelectItem(Item, SVSIF, NullablePOINT, Boolean)
Selects and optionally positions an item in a Shell View.
Public methodSelectItem(ShellItemIdList, SVSIF, NullablePOINT, Boolean)
Selects and optionally positions an item in a Shell View.
Public methodSetAccessibleName
Sets text that is retrieved by accessibility tools to obtain the Name Property of this view.
Public methodSetVisibleColumn
Add a new column to the list of visible columns, or modify an existing column.
Public methodSetVisibleColumns
Defines all visible columns.
Public methodTranslateAccelerator
Translates keyboard shortcut (accelerator) key strokes when a namespace extension's view has the focus.
Public methodUIActivate
Call when the activation state of the view window is changed by an event that is not caused by the Shell view itself. For example, if the TAB key is pressed when the tree has the focus, the view should be given the focus.
Top
See Also