共用方式為


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)

屬性值

實作

適用於