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)

属性值

实现

适用于