AppWindowTitleBar.ButtonInactiveBackgroundColor Eigenschaft

Definition

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

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

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

Eigenschaftswert

Die Hintergrundfarbe einer Titelleistenschaltfläche, wenn sie inaktiv ist.

Gilt für:

Weitere Informationen