DefaultWebOptions.BrowserLevel Property

Definition

Returns or sets a WdBrowserLevel that represents the level of the Web browser for which you want to target new Web pages created in Microsoft Word.

public:
 property Microsoft::Office::Interop::Word::WdBrowserLevel BrowserLevel { Microsoft::Office::Interop::Word::WdBrowserLevel get(); void set(Microsoft::Office::Interop::Word::WdBrowserLevel value); };
public Microsoft.Office.Interop.Word.WdBrowserLevel BrowserLevel { get; set; }
member this.BrowserLevel : Microsoft.Office.Interop.Word.WdBrowserLevel with get, set
Public Property BrowserLevel As WdBrowserLevel

Property Value

Remarks

After you set the BrowserLevel property on the DefaultWebOptions object, the BrowserLevel property of any new Web pages you create in Word will be the same as the global setting.

Applies to