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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromNativeObject |
Gets a View instance from a native COM object.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetOwnerViewHandle |
Gets the handle of the view's top window.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
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.
|