View Methods |
The View type exposes the following members.
Name | Description | |
---|---|---|
DeselectAllItems |
Deselects all items in the view.
| |
DestroyViewWindow |
Destroys this view window.
| |
DoContextMenuPopup |
Creates and displays a shortcut menu, tracks the selection of items on that menu, and invokes a chosen command.
| |
FromNativeObject |
Gets a View instance from a native COM object.
| |
GetOwnerViewHandle |
Gets the handle of the view's top window.
| |
Open(IntPtr, OFASI, Boolean) |
Opens a Windows Explorer window.
| |
Open(IWithIdList, OFASI, Boolean) |
Opens a Windows Explorer window.
| |
OpenAndSelect(IEnumerableIWithIdList, OFASI, Boolean) |
Opens a Windows Explorer window with specified items in a particular folder selected.
All children must share a common parent folder.
| |
OpenAndSelect(IEnumerableIntPtr, OFASI, Boolean) |
Opens a Windows Explorer window with specified items in a particular folder selected.
All children must share a common parent folder.
| |
Refresh |
Refreshes the view's contents in response to user input.
| |
RemoveVisibleColumn |
Removes a visible column from the list of columns.
| |
SaveViewState |
Saves the view settings so the current state can be restored during a subsequent browsing session.
| |
SelectItem(IntPtr, SVSIF, NullablePOINT, Boolean) |
Selects and optionally positions an item in a Shell View.
| |
SelectItem(Item, SVSIF, NullablePOINT, Boolean) |
Selects and optionally positions an item in a Shell View.
| |
SelectItem(ShellItemIdList, SVSIF, NullablePOINT, Boolean) |
Selects and optionally positions an item in a Shell View.
| |
SetAccessibleName |
Sets text that is retrieved by accessibility tools to obtain the Name Property of this view.
| |
SetVisibleColumn |
Add a new column to the list of visible columns, or modify an existing column.
| |
SetVisibleColumns |
Defines all visible columns.
| |
TranslateAccelerator |
Translates keyboard shortcut (accelerator) key strokes when a namespace extension's view has the focus.
| |
UIActivate |
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.
|