次の方法で共有


ApplicationViewTitleBar.ButtonPressedForegroundColor プロパティ

定義

タイトル バー ボタンが押されたときの前景色を取得または設定します。

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

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

プロパティ値

タイトル バー ボタンが押されたときの前景色。 (「 」を参照)。

適用対象