Share via


ISystemTray.ForegroundColor Propiedad

Definición

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 = iSystemTray.foregroundColor;
iSystemTray.foregroundColor = iReference;
Public Property ForegroundColor As Nullable(Of Color)

Valor de propiedad

Se aplica a