AppWindowTitleBar.ButtonInactiveBackgroundColor プロパティ

定義

タイトル バー ボタンが非アクティブな場合の背景色を取得または設定します。

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)

プロパティ値

タイトル バー ボタンが非アクティブな場合の背景色。

適用対象

こちらもご覧ください