다음을 통해 공유


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)

속성 값

구현

적용 대상