__VSCREATEWEBBROWSER Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies flags for creating a Web browser with the methods of IVsWebBrowsingService.
public enum class __VSCREATEWEBBROWSER
public enum class __VSCREATEWEBBROWSER
enum __VSCREATEWEBBROWSER
public enum __VSCREATEWEBBROWSER
type __VSCREATEWEBBROWSER =
Public Enum __VSCREATEWEBBROWSER
- Inheritance
-
__VSCREATEWEBBROWSER
Fields
Name | Value | Description |
---|---|---|
VSCWB_OptionsMask | -16777216 | Use Options mask. |
VSCWB_FrameMdiChild | 0 | Default. |
VSCWB_OptionNoDocProps | 0 | Disable document properties options. |
VSCWB_AutoShow | 1 | Show the browser. |
VSCWB_AddToMRU | 2 | Add to most recently used list. |
VSCWB_ReuseExisting | 16 | Reuse an existing browser. |
VSCWB_ForceNew | 32 | Force create. |
VSCWB_FrameFloat | 64 | Float the now browser frame. |
VSCWB_FrameDock | 128 | Dock the new browser frame. |
VSCWB_StartHome | 256 | Open the browser at the home page. |
VSCWB_StartSearch | 512 | Open the browser at the search page. |
VSCWB_StartCustom | 1024 | Open the browser at a custom page. |
VSCWB_StartURLMask | 3840 | Lets start URLs conform to a mask. |
VSCWB_NoHistory | 65536 | Do not keep browse history. |
VSCWB_NoReadCache | 131072 | Do not cache read pages. |
VSCWB_NoWriteToCache | 262144 | Do not write to the cache. |
VSCWB_AllowAutosearch | 524288 | Enable autosearch in browser. |
VSCWB_NavOptionMask | 983040 | Hide specified navigation controls. |
VSCWB_OptionShowDocProps | 16777216 | Show document properties options. |
VSCWB_OptionCustomDocProps | 33554432 | Use custom document properties. |
VSCWB_OptionDisableFind | 67108864 | Disable the Find menu. |
VSCWB_OptionDisableDockable | 134217728 | Do not enable browser to be dockable. |
VSCWB_OptionDisableStatusBar | 268435456 | Disable the Status bar. |
Remarks
COM Signature
From vsbrowse.idl: