AppWindowTitleBar.InactiveForegroundColor Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la couleur de la barre de titre au premier plan lorsqu’elle est inactive.
public:
property IReference<Color> ^ InactiveForegroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> InactiveForegroundColor();
void InactiveForegroundColor(IReference<Color> value);
public System.Nullable<Color> InactiveForegroundColor { get; set; }
var iReference = appWindowTitleBar.inactiveForegroundColor;
appWindowTitleBar.inactiveForegroundColor = iReference;
Public Property InactiveForegroundColor As Nullable(Of Color)
Valeur de propriété
Couleur de la barre de titre au premier plan lorsqu’elle est inactive. (Voir Couleur.)