Class Menu.Colors
- Namespace
- Lime
- Assembly
- Lime.dll
public class Menu.Colors : ProfessionalColorTable
- Inheritance
-
Menu.Colors
- Inherited Members
Constructors
Colors()
public Colors()
Properties
ButtonCheckedGradientBegin
Gets the starting color of the gradient used when the button is checked.
public override Color ButtonCheckedGradientBegin { get; }
Property Value
ButtonCheckedGradientEnd
Gets the end color of the gradient used when the button is checked.
public override Color ButtonCheckedGradientEnd { get; }
Property Value
ButtonCheckedGradientMiddle
Gets the middle color of the gradient used when the button is checked.
public override Color ButtonCheckedGradientMiddle { get; }
Property Value
ButtonCheckedHighlight
Gets the solid color used when the button is checked.
public override Color ButtonCheckedHighlight { get; }
Property Value
ButtonCheckedHighlightBorder
Gets the border color to use with ButtonCheckedHighlight.
public override Color ButtonCheckedHighlightBorder { get; }
Property Value
- Color
A Color that is the border color to use with ButtonCheckedHighlight.
CheckBackground
Gets the solid color to use when the button is checked and gradients are being used.
public override Color CheckBackground { get; }
Property Value
- Color
A Color that is the solid color to use when the button is checked and gradients are being used.
CheckPressedBackground
Gets the solid color to use when the button is checked and selected and gradients are being used.
public override Color CheckPressedBackground { get; }
Property Value
- Color
A Color that is the solid color to use when the button is checked and selected and gradients are being used.
CheckSelectedBackground
Gets the solid color to use when the button is checked and selected and gradients are being used.
public override Color CheckSelectedBackground { get; }
Property Value
- Color
A Color that is the solid color to use when the button is checked and selected and gradients are being used.
Highlight
public static Color Highlight { get; }
Property Value
ImageMarginGradientBegin
Gets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu.
public override Color ImageMarginGradientBegin { get; }
Property Value
- Color
A Color that is the starting color of the gradient used in the image margin of a ToolStripDropDownMenu.
ImageMarginGradientEnd
Gets the end color of the gradient used in the image margin of a ToolStripDropDownMenu.
public override Color ImageMarginGradientEnd { get; }
Property Value
- Color
A Color that is the end color of the gradient used in the image margin of a ToolStripDropDownMenu.
ImageMarginGradientMiddle
Gets the middle color of the gradient used in the image margin of a ToolStripDropDownMenu.
public override Color ImageMarginGradientMiddle { get; }
Property Value
- Color
A Color that is the middle color of the gradient used in the image margin of a ToolStripDropDownMenu.
ImageMarginRevealedGradientBegin
Gets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
public override Color ImageMarginRevealedGradientBegin { get; }
Property Value
- Color
A Color that is the starting color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
ImageMarginRevealedGradientEnd
Gets the end color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
public override Color ImageMarginRevealedGradientEnd { get; }
Property Value
- Color
A Color that is the end color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
ImageMarginRevealedGradientMiddle
Gets the middle color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
public override Color ImageMarginRevealedGradientMiddle { get; }
Property Value
- Color
A Color that is the middle color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
Main
public static Color Main { get; }
Property Value
MenuBorder
Gets the color that is the border color to use on a MenuStrip.
public override Color MenuBorder { get; }
Property Value
MenuItemBorder
Gets the border color to use with a ToolStripMenuItem.
public override Color MenuItemBorder { get; }
Property Value
- Color
A Color that is the border color to use with a ToolStripMenuItem.
MenuItemPressedGradientBegin
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed.
public override Color MenuItemPressedGradientBegin { get; }
Property Value
- Color
A Color that is the starting color of the gradient used when a top-level ToolStripMenuItem is pressed.
MenuItemPressedGradientEnd
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed.
public override Color MenuItemPressedGradientEnd { get; }
Property Value
- Color
A Color that is the end color of the gradient used when a top-level ToolStripMenuItem is pressed.
MenuItemPressedGradientMiddle
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed.
public override Color MenuItemPressedGradientMiddle { get; }
Property Value
- Color
A Color that is the middle color of the gradient used when a top-level ToolStripMenuItem is pressed.
MenuItemSelected
Gets the solid color to use when a ToolStripMenuItem other than the top-level ToolStripMenuItem is selected.
public override Color MenuItemSelected { get; }
Property Value
- Color
A Color that is the solid color to use when a ToolStripMenuItem other than the top-level ToolStripMenuItem is selected.
MenuItemSelectedGradientBegin
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
public override Color MenuItemSelectedGradientBegin { get; }
Property Value
- Color
A Color that is the starting color of the gradient used when the ToolStripMenuItem is selected.
MenuItemSelectedGradientEnd
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
public override Color MenuItemSelectedGradientEnd { get; }
Property Value
- Color
A Color that is the end color of the gradient used when the ToolStripMenuItem is selected.
MenuStripGradientBegin
Gets the starting color of the gradient used in the MenuStrip.
public override Color MenuStripGradientBegin { get; }
Property Value
MenuStripGradientEnd
Gets the end color of the gradient used in the MenuStrip.
public override Color MenuStripGradientEnd { get; }
Property Value
Secondary
public static Color Secondary { get; }
Property Value
Text
public static Color Text { get; }
Property Value
ToolStripDropDownBackground
Gets the solid background color of the ToolStripDropDown.
public override Color ToolStripDropDownBackground { get; }
Property Value
- Color
A Color that is the solid background color of the ToolStripDropDown.