Color.IsSystemColor Property
.NET Framework (current version)
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)
Property Value
Type: System.Booleantrue if this Color was created from a system color by using either the FromName method or the FromKnownColor method; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: