Share via


ApplicationViewTitleBar.ButtonInactiveForegroundColor Eigenschaft

Definition

Ruft die Vordergrundfarbe einer Titelleistenschaltfläche ab, wenn sie inaktiv ist, oder legt sie fest.

public:
 property IReference<Color> ^ ButtonInactiveForegroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> ButtonInactiveForegroundColor();

void ButtonInactiveForegroundColor(IReference<Color> value);
public System.Nullable<Color> ButtonInactiveForegroundColor { get; set; }
var iReference = applicationViewTitleBar.buttonInactiveForegroundColor;
applicationViewTitleBar.buttonInactiveForegroundColor = iReference;
Public Property ButtonInactiveForegroundColor As Nullable(Of Color)

Eigenschaftswert

Die Vordergrundfarbe einer Titelleistenschaltfläche, wenn sie inaktiv ist. (Siehe Farbe.)

Gilt für: