WindowTab.Icon 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 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.