Click or drag to resize

ShellBoostView Class

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

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

The ShellBoostView type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the browser instance.
(Inherited from View.)
Public propertyColumns
Gets the list of all available columns.
(Inherited from View.)
Public propertyCookie
Gets the ShellBoost cookie that identifies the ShellBoost view.
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.
(Inherited from View.)
Public propertyFolder
Gets the folder instance.
(Inherited from View.)
Public propertyFolderFlags
Gets the folder flags.
(Inherited from View.)
Public propertyFolderType
Gets the folder type. See FOLDERTYPEID for a list of well-known folder types.
(Inherited from View.)
Public propertyFolderView
Gets the folder view instance.
(Inherited from View.)
Public propertyFolderViewMode
Gets the folder view mode.
(Inherited from View.)
Public propertyHwnd
Retrieves a handle to the view window.
(Inherited from View.)
Public propertyNamespaceTreeControl
Gets the namespace tree control instance.
(Inherited from View.)
Public propertyNativeObject
Gets the underlying Shell native object (IShellView).
(Inherited from View.)
Public propertyProcess
Gets the hosting process. May be null if information is unknown.
(Inherited from View.)
Public propertyProcessId
Gets the hosting process identifier. May be 0 if information is unknown.
(Inherited from View.)
Public propertyVisibleColumns
Gets the list of visible columns.
(Inherited from View.)
Public propertyVisualProperties
Gets the visual properties.
(Inherited from View.)
Top
Methods
  NameDescription
Public methodDeselectAllItems
Deselects all items in the view.
(Inherited from View.)
Public methodDestroyViewWindow
Destroys this view window.
(Inherited from View.)
Public methodDoContextMenuPopup
Creates and displays a shortcut menu, tracks the selection of items on that menu, and invokes a chosen command.
(Inherited from View.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetFromContextAsync
Gets a ShellBoost-hosted view in the Windows Explorer or folder windows.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRefresh
Refreshes the view's contents in response to user input.
(Inherited from View.)
Public methodRemoveVisibleColumn
Removes a visible column from the list of columns.
(Inherited from View.)
Public methodSaveViewState
Saves the view settings so the current state can be restored during a subsequent browsing session.
(Inherited from View.)
Public methodSelectItem(IntPtr, SVSIF, NullablePOINT, Boolean)
Selects and optionally positions an item in a Shell View.
(Inherited from View.)
Public methodSelectItem(Item, SVSIF, NullablePOINT, Boolean)
Selects and optionally positions an item in a Shell View.
(Inherited from View.)
Public methodSelectItem(ShellItemIdList, SVSIF, NullablePOINT, Boolean)
Selects and optionally positions an item in a Shell View.
(Inherited from View.)
Public methodSetAccessibleName
Sets text that is retrieved by accessibility tools to obtain the Name Property of this view.
(Inherited from View.)
Public methodSetVisibleColumn
Add a new column to the list of visible columns, or modify an existing column.
(Inherited from View.)
Public methodSetVisibleColumns
Defines all visible columns.
(Inherited from View.)
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.
(Inherited from View.)
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.
(Inherited from View.)
Top
See Also