Share via


WebOptions.TargetBrowser Property

Represents the browser used with the active presentation in Microsoft PowerPoint. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property TargetBrowser As MsoTargetBrowser
    Get
    Set
'Usage
Dim instance As WebOptions
Dim value As MsoTargetBrowser

value = instance.TargetBrowser

instance.TargetBrowser = value
MsoTargetBrowser TargetBrowser { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTargetBrowser

Remarks

The value of the TargetBrowser property can be one of the following MsoTargetBrowser constants:

msoTargetBrowserIE4

msoTargetBrowserIE5

msoTargetBrowserIE6

msoTargetBrowserV3

msoTargetBrowserV4

See Also

Reference

WebOptions Interface

WebOptions Members

Microsoft.Office.Interop.PowerPoint Namespace