DefaultWebOptions.BrowserLevel Property
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.
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.