Inheritance
System.Object
VistaMenuColors
Assembly: Syncfusion.Shared.Base.dll
public class VistaMenuColors : Object
Constructors
Declaration
Properties
Declaration
public static Color BackgroundColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public static Color BorderColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public static Color SelBGColorDark { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public static Color SelBGColorLight { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public static Color SelBorderColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public static Color SelCheckedMenuBGColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public static Color SelCheckedMenuBorderColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public static Color SelCheckedMenuColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public static Color SelImageBGColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public static Color SelImageBorderColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public static Color SeparatorColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Methods
Initializes default colors based on SystemColors.
Declaration
public static void UpdateMenuColors()
Events
Fired when the colors have changed either because of change in system colors or
when a custom color is specified using one of the properties.
Declaration
public static event EventHandler MenuColorsChanged
Event Type