Partager via


WindowTab.Icon Propriété

Définition

Obtient ou définit l’icône affichée par le système pour l’onglet.

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

Valeur de propriété

Icône affichée par le système pour l’onglet.

Remarques

Important

Cette API s’adresse uniquement aux applications de bureau Win32. UWP et d’autres types d’application ne sont pas pris en charge.

S’applique à