ThumbButtonInfo.Visibility Property

Definition

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

public:
 property System::Windows::Visibility Visibility { System::Windows::Visibility get(); void set(System::Windows::Visibility value); };
public System.Windows.Visibility Visibility { get; set; }
member this.Visibility : System.Windows.Visibility with get, set
Public Property Visibility As Visibility

Property Value

An enumeration value that specifies the display state of the thumbnail button. The default is Visible.

Remarks

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.

Applies to

See also