WindowTabGroup.Icon Property

Definition

Gets or sets the icon that the system displays for a group of tabs.

public:
 property WindowTabIcon ^ Icon { WindowTabIcon ^ get(); void set(WindowTabIcon ^ value); };
WindowTabIcon Icon();

void Icon(WindowTabIcon value);
public WindowTabIcon Icon { get; set; }
var windowTabIcon = windowTabGroup.icon;
windowTabGroup.icon = windowTabIcon;
Public Property Icon As WindowTabIcon

Property Value

The icon that the system displays for a group of tabs.

Remarks

Important

This API is for Win32 desktop apps only. UWP and other app types are not supported.

Applies to