IESettings.AutoCompleteForm Property

 

Gets the auto complete setting for forms.

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

Syntax

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

Property Value

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

The auto complete form setting of the user.

See Also

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

Return to top