Method SetColorsFrom
SetColorsFrom(ISystemColorStructs)
Sets the system colors from the specified
ISystemColorStructs instance.
Each property of the colors parameter
is assigned to the corresponding
system color using SetColor(KnownSystemColor, ColorStruct).
public static void SetColorsFrom(ISystemColorStructs colors)
Parameters
colorsISystemColorStructsAn object that provides color values for all known system colors.