AdvancedColorInfo.IsAdvancedColorKindAvailable(AdvancedColorKind) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt einen booleschen Wert zurück, der beschreibt, ob der angegebene Wert für erweiterte Farbe vom Monitor oder Anzeigetreiber von Natur aus unterstützt wird.
public:
virtual bool IsAdvancedColorKindAvailable(AdvancedColorKind kind) = IsAdvancedColorKindAvailable;
bool IsAdvancedColorKindAvailable(AdvancedColorKind const& kind);
public bool IsAdvancedColorKindAvailable(AdvancedColorKind kind);
function isAdvancedColorKindAvailable(kind)
Public Function IsAdvancedColorKindAvailable (kind As AdvancedColorKind) As Boolean
Parameter
- kind
- AdvancedColorKind
Die zu überprüfende Erweiterte Farbart.
Gibt zurück
bool
True , wenn die angegebene erweiterte Farbart unterstützt wird; andernfalls false.
Hinweise
Diese Methode gibt die statische Funktion des Systems zurück und hat nichts mit dem aktuellen Zustand zu tun.