IESettings.TabbedBrowsing Property

 

Gets the tabbed browsing settings.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public static Setting TabbedBrowsing { get; }
public:
property Setting^ TabbedBrowsing {
    static Setting^ get();
}
static member TabbedBrowsing : Setting with get
Public Shared ReadOnly Property TabbedBrowsing As Setting

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.Setting

The tabbed browsing settings.

See Also

IESettings Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top