ApplicationViewTitleBar.ButtonBackgroundColor Eigenschaft

Definition

Ruft die Hintergrundfarbe der Titelleistenschaltflächen ab oder legt diese fest.

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

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

Eigenschaftswert

Die Hintergrundfarbe der Titelleistenschaltflächen. (Siehe Farbe.)

Gilt für:

Weitere Informationen