ApplicationViewTitleBar.InactiveForegroundColor プロパティ

定義

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

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

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

プロパティ値

タイトル バーが非アクティブな場合の前景の色。 ( 「色」を参照)。

適用対象