AppWindowTitleBar.InactiveBackgroundColor Eigenschaft

Definition

Ruft die Farbe des Titelleistenhintergrunds ab, wenn er inaktiv ist, oder legt diese fest.

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

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

Eigenschaftswert

Die Farbe des Titelleistenhintergrunds, wenn er inaktiv ist.

Gilt für:

Weitere Informationen