ApplicationUnderTest.ShowInTaskbar Property

Gets a value that indicates whether the program icon appears in the taskbar.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
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 with get 
override ShowInTaskbar : bool with get
function get ShowInTaskbar () : boolean

Property Value

Type: Boolean
true if the program icon appears in the taskbar; otherwise, false.

.NET Framework Security

See Also

Reference

ApplicationUnderTest Class

Microsoft.VisualStudio.TestTools.UITesting Namespace