SystemTray.ForegroundColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
The SystemTray class is deprecated and non-functional. It may not be available in future versions of 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)