Gets a value indicating whether this Color structure is a system color. A system color is a color that is used in a Windows display element. System colors are represented by elements of the KnownColor enumeration.
Assembly: System.Drawing (in System.Drawing.dll)
Syntax . . :: . Boolean
true if this Color was created from a system color by using either the FromName method or the FromKnownColor method; otherwise, false.
Public ReadOnly Property IsSystemColor As Booleanpublic bool IsSystemColor { get; }public:
property bool IsSystemColor {
bool get ();
}member IsSystemColor : bool
Property Value
Type: Systemtrue if this Color was created from a system color by using either the FromName method or the FromKnownColor method; otherwise, false.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.