WpfWindow.HasTitleBar Property
Gets a value that indicates whether this window has a title bar.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
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 with get
override HasTitleBar : bool with get
function get HasTitleBar () : boolean
Property Value
Type: Boolean
true if this window has a title bar; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace