ThumbButtonInfo.Visibility Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.