AppWindowTitleBar.ButtonInactiveForegroundColor プロパティ

定義

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

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 = appWindowTitleBar.buttonInactiveForegroundColor;
appWindowTitleBar.buttonInactiveForegroundColor = iReference;
Public Property ButtonInactiveForegroundColor As Nullable(Of Color)

プロパティ値

非アクティブなタイトル バー ボタンの前景色。

適用対象

こちらもご覧ください