Share via


ApplicationViewTitleBar.InactiveForegroundColor Eigenschaft

Definition

Ruft die Farbe des Titelleisten-Vordergrunds ab, wenn er inaktiv ist, oder legt diese fest.

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 = applicationViewTitleBar.inactiveForegroundColor;
applicationViewTitleBar.inactiveForegroundColor = iReference;
Public Property InactiveForegroundColor As Nullable(Of Color)

Eigenschaftswert

Die Farbe des Vordergrunds der Titelleiste, wenn er inaktiv ist. (Siehe Farbe.)

Gilt für: