ShellBoostView Methods |
The ShellBoostView type exposes the following members.
Name | Description | |
---|---|---|
DeselectAllItems |
Deselects all items in the view.
(Inherited from View.) | |
DestroyViewWindow |
Destroys this view window.
(Inherited from View.) | |
DoContextMenuPopup |
Creates and displays a shortcut menu, tracks the selection of items on that menu, and invokes a chosen command.
(Inherited from View.) | |
GetFromContextAsync |
Gets a ShellBoost-hosted view in the Windows Explorer or folder windows.
| |
Refresh |
Refreshes the view's contents in response to user input.
(Inherited from View.) | |
RemoveVisibleColumn |
Removes a visible column from the list of columns.
(Inherited from View.) | |
SaveViewState |
Saves the view settings so the current state can be restored during a subsequent browsing session.
(Inherited from View.) | |
SelectItem(IntPtr, SVSIF, NullablePOINT, Boolean) |
Selects and optionally positions an item in a Shell View.
(Inherited from View.) | |
SelectItem(Item, SVSIF, NullablePOINT, Boolean) |
Selects and optionally positions an item in a Shell View.
(Inherited from View.) | |
SelectItem(ShellItemIdList, SVSIF, NullablePOINT, Boolean) |
Selects and optionally positions an item in a Shell View.
(Inherited from View.) | |
SetAccessibleName |
Sets text that is retrieved by accessibility tools to obtain the Name Property of this view.
(Inherited from View.) | |
SetVisibleColumn |
Add a new column to the list of visible columns, or modify an existing column.
(Inherited from View.) | |
SetVisibleColumns |
Defines all visible columns.
(Inherited from View.) | |
TranslateAccelerator |
Translates keyboard shortcut (accelerator) key strokes when a namespace extension's view has the focus.
(Inherited from View.) | |
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.
(Inherited from View.) |