Share via


WindowTab.Icon Property

Definition

Gets or sets the icon that the system displays for the tab.

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

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

Property Value

The icon that the system displays for the tab.

Remarks

Important

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

Applies to