ApplicationUnderTest.HasTitleBar Property

Gets a value that indicates whether the application window has a title bar.

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

Syntax

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

Property Value

Type: System.Boolean
true if the application window has a title bar; otherwise, false.

.NET Framework Security

See Also

Reference

ApplicationUnderTest Class

Microsoft.VisualStudio.TestTools.UITesting Namespace