Condividi tramite


SystemTray.ForegroundColor Proprietà

Definizione

Importante

La classe SystemTray è deprecata e non funzionale. Potrebbe non essere disponibile nelle versioni future di 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)

Valore della proprietà

Implementazioni

Si applica a