DefaultWebOptions.TargetBrowser 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.
Sets or returns an MsoTargetBrowser constant representing the target browser for documents viewed in a Web browser.
public:
property Microsoft::Office::Core::MsoTargetBrowser TargetBrowser { Microsoft::Office::Core::MsoTargetBrowser get(); void set(Microsoft::Office::Core::MsoTargetBrowser value); };
public Microsoft.Office.Core.MsoTargetBrowser TargetBrowser { get; set; }
member this.TargetBrowser : Microsoft.Office.Core.MsoTargetBrowser with get, set
Public Property TargetBrowser As MsoTargetBrowser
Property Value
Remarks
The TargetBrowser property sets the BrowserLevel property, but BrowserLevel is only important if the DisableFeatures property is set to True. Otherwise, it is ignored. The TargetBrowser property, however, is not ignored and sets the browser level for all Web documents or for a single Web document.