Share via


WpfWindow.TabStop Property

Gets a value that indicates whether this window is a tab stop.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property TabStop As Boolean
public virtual bool TabStop { get; }
public:
virtual property bool TabStop {
    bool get ();
}
abstract TabStop : bool with get 
override TabStop : bool with get
function get TabStop () : boolean

Property Value

Type: Boolean
true if this window is a tab stop; otherwise, false.

.NET Framework Security

See Also

Reference

WpfWindow Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace