Click or drag to resize

View Class

Exposes properties and methods that present a view in the Windows Explorer or folder windows.
Inheritance Hierarchy

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public class View

The View type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the browser instance.
Public propertyColumns
Gets the list of all available columns.
Public propertyCoreShellFolder
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.
Public propertyStatic memberDesktopView
Gets the desktop view.
Public propertyStatic memberDialogWindows
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.
Public propertyFolder
Gets the folder instance.
Public propertyFolderFlags
Gets the folder flags.
Public propertyFolderType
Gets the folder type. See FOLDERTYPEID for a list of well-known folder types.
Public propertyFolderView
Gets the folder view instance.
Public propertyFolderViewMode
Gets the folder view mode.
Public propertyHwnd
Retrieves a handle to the view window.
Public propertyNamespaceTreeControl
Gets the namespace tree control instance.
Public propertyNativeObject
Gets the underlying Shell native object (IShellView).
Public propertyProcess
Gets the hosting process. May be null if information is unknown.
Public propertyProcessId
Gets the hosting process identifier. May be 0 if information is unknown.
Public propertyVisibleColumns
Gets the list of visible columns.
Public propertyVisualProperties
Gets the visual properties.
Public propertyStatic memberWindows
Gets all view/windows opened in Windows Explorer.
Top
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromNativeObject
Gets a View instance from a native COM object.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetOwnerViewHandle
Gets the handle of the view's top window.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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