View Class |
Namespace: ShellBoost.Core.WindowsShell
public class View
The View type exposes the following members.
Name | Description | |
---|---|---|
Browser |
Gets the browser instance.
| |
Columns |
Gets the list of all available columns.
| |
CoreShellFolder |
Gets the Shell folder instance.
Unless you really need to get this object which is a managed wrapper on a native IShellFolder interface, you should instead use the Folder property.
| |
DesktopView |
Gets the desktop view.
| |
DialogWindows |
Gets all view/windows opened in dialog boxes (like Common Dialogs or others), when a ShellBoost Namespace Extension view is visible in these dialog boxes.
| |
Folder |
Gets the folder instance.
| |
FolderFlags |
Gets the folder flags.
| |
FolderType |
Gets the folder type.
See FOLDERTYPEID for a list of well-known folder types.
| |
FolderView |
Gets the folder view instance.
| |
FolderViewMode |
Gets the folder view mode.
| |
Hwnd |
Retrieves a handle to the view window.
| |
NamespaceTreeControl |
Gets the namespace tree control instance.
| |
NativeObject |
Gets the underlying Shell native object (IShellView).
| |
Process |
Gets the hosting process.
May be null if information is unknown.
| |
ProcessId |
Gets the hosting process identifier.
May be 0 if information is unknown.
| |
VisibleColumns |
Gets the list of visible columns.
| |
VisualProperties |
Gets the visual properties.
| |
Windows |
Gets all view/windows opened in Windows Explorer.
|
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.
|