Click or drag to resize

View Properties

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
See Also