Browser Class |
Namespace: ShellBoost.Core.WindowsShell
public sealed class Browser
The Browser type exposes the following members.
Name | Description | |
---|---|---|
Hwnd |
Retrieves a handle to the browser window.
| |
NativeIDispatchObject |
Gets the underlying Shell native IDispatch object (IWebBrowser2).
| |
NativeObject |
Gets the underlying Shell native object (IShellBrowser).
| |
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.
| |
View |
Gets the view.
|
Name | Description | |
---|---|---|
BrowseTo(IntPtr, SBSP, Boolean) |
Informs Windows Explorer to browse to another folder.
| |
BrowseTo(Item, SBSP, Boolean) |
Informs Windows Explorer to browse to another folder.
| |
BrowseTo(IWithIdList, SBSP, Boolean) |
Informs Windows Explorer to browse to another folder.
| |
BrowseTo(ShellItemIdList, SBSP, Boolean) |
Informs Windows Explorer to browse to another folder.
| |
FromNativeObject |
Gets a Browser instance from a native COM object.
| |
GetControlHwnd |
Gets the window handle to a browser control.
| |
Quit |
Closes this instance.
| |
SetStatusText |
Sets and displays status text about the in-place object in the container's frame-window status bar.
| |
ToString |
Converts to string.
(Overrides ObjectToString.) |