SystemTray.ForegroundColor Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Importante
A classe SystemTray foi preterida e não funcional. Ele pode não estar disponível em versões futuras do 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)