Click or drag to resize

Browser Class

Exposes methods that provide services for the view it is hosting and other objects that run in the context of the Explorer window.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsShellBrowser

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

The Browser type exposes the following members.

Properties
  NameDescription
Public propertyHwnd
Retrieves a handle to the browser window.
Public propertyNativeIDispatchObject
Gets the underlying Shell native IDispatch object (IWebBrowser2).
Public propertyNativeObject
Gets the underlying Shell native object (IShellBrowser).
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 propertyView
Gets the view.
Top
Methods
  NameDescription
Public methodBrowseTo(IntPtr, SBSP, Boolean)
Informs Windows Explorer to browse to another folder.
Public methodBrowseTo(Item, SBSP, Boolean)
Informs Windows Explorer to browse to another folder.
Public methodBrowseTo(IWithIdList, SBSP, Boolean)
Informs Windows Explorer to browse to another folder.
Public methodBrowseTo(ShellItemIdList, SBSP, Boolean)
Informs Windows Explorer to browse to another folder.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFromNativeObject
Gets a Browser instance from a native COM object.
Public methodGetControlHwnd
Gets the window handle to a browser control.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodQuit
Closes this instance.
Public methodSetStatusText
Sets and displays status text about the in-place object in the container's frame-window status bar.
Public methodToString
Converts to string.
(Overrides ObjectToString.)
Top
See Also