WpfWindow.ShowInTaskbar Property
Gets a value that indicates whether this window appears in the task bar.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ShowInTaskbar As Boolean
public virtual bool ShowInTaskbar { get; }
public:
virtual property bool ShowInTaskbar {
bool get ();
}
abstract ShowInTaskbar : bool
override ShowInTaskbar : bool
function get ShowInTaskbar () : boolean
Property Value
Type: System.Boolean
true if this window should appear in the task 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