SystemTray.ForegroundColor プロパティ

定義

重要

SystemTray クラスは非推奨であり、機能しなくなりました。 将来のバージョンの Windows では使用できない場合があります。

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

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

プロパティ値

実装

適用対象