This topic has not yet been rated - Rate this topic

ThumbButtonInfo.Visibility Property

Gets or sets a value that specifies the display state of the thumbnail button.

Namespace:  System.Windows.Shell
Assembly:  PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: Not mapped to an xmlns.
public Visibility Visibility { get; set; }
<object Visibility="Visibility" .../>

Property Value

Type: System.Windows.Visibility
An enumeration value that specifies the display state of the thumbnail button. The default is Visible.

By default, the thumbnail button is Visible. Windows 7 allows a maximum of seven buttons in the taskbar thumbnail. When the Visibility property is set to Hidden, the thumbnail button has no visible elements, but space is still reserved for it. When the thumbnail button is Collapsed, it does not have any visible elements and no space is reserved for it. In this case, additional thumbnail buttons in the ThumbButtonInfos collection are displayed.

.NET Framework

Supported in: 4.5, 4

.NET Framework Client Profile

Supported in: 4

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.