Method BackColor
BackColor(bool)
Gets the background color for toolbars based on the specified theme.
public static Color BackColor(bool isDark)
Parameters
isDarkboolIndicates whether the background is dark. If true, a color suitable for dark backgrounds is returned; otherwise, a color suitable for light backgrounds is returned.