__VSCREATEWEBBROWSER Enum

Definition

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

VSCWB_AddToMRU 2

Add to most recently used list.

VSCWB_AllowAutosearch 524288

Enable autosearch in browser.

VSCWB_AutoShow 1

Show the browser.

VSCWB_ForceNew 32

Force create.

VSCWB_FrameDock 128

Dock the new browser frame.

VSCWB_FrameFloat 64

Float the now browser frame.

VSCWB_FrameMdiChild 0

Default.

VSCWB_NavOptionMask 983040

Hide specified navigation controls.

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_OptionCustomDocProps 33554432

Use custom document properties.

VSCWB_OptionDisableDockable 134217728

Do not enable browser to be dockable.

VSCWB_OptionDisableFind 67108864

Disable the Find menu.

VSCWB_OptionDisableStatusBar 268435456

Disable the Status bar.

VSCWB_OptionNoDocProps 0

Disable document properties options.

VSCWB_OptionShowDocProps 16777216

Show document properties options.

VSCWB_OptionsMask -16777216

Use Options mask.

VSCWB_ReuseExisting 16

Reuse an existing browser.

VSCWB_StartCustom 1024

Open the browser at a custom page.

VSCWB_StartHome 256

Open the browser at the home page.

VSCWB_StartSearch 512

Open the browser at the search page.

VSCWB_StartURLMask 3840

Lets start URLs conform to a mask.

Remarks

COM Signature

From vsbrowse.idl:

Applies to