ProfessionalColors Class

Definition

Provides Color structures that are colors of a Windows display element. This class cannot be inherited.

public ref class ProfessionalColors sealed
public ref class ProfessionalColors abstract sealed
public sealed class ProfessionalColors
public static class ProfessionalColors
type ProfessionalColors = class
Public NotInheritable Class ProfessionalColors
Public Class ProfessionalColors
Inheritance
ProfessionalColors

Properties

ButtonCheckedGradientBegin

Gets the starting color of the gradient used when the button is checked.

ButtonCheckedGradientEnd

Gets the end color of the gradient used when the button is checked.

ButtonCheckedGradientMiddle

Gets the middle color of the gradient used when the button is checked.

ButtonCheckedHighlight

Gets the solid color used when the button is checked.

ButtonCheckedHighlightBorder

Gets the border color to use with ButtonCheckedHighlight.

ButtonPressedBorder

Gets the border color to use with the ButtonPressedGradientBegin, ButtonPressedGradientMiddle, and ButtonPressedGradientEnd colors.

ButtonPressedGradientBegin

Gets the starting color of the gradient used when the button is pressed down.

ButtonPressedGradientEnd

Gets the end color of the gradient used when the button is pressed down.

ButtonPressedGradientMiddle

Gets the middle color of the gradient used when the button is pressed down.

ButtonPressedHighlight

Gets the solid color used when the button is pressed down.

ButtonPressedHighlightBorder

Gets the border color to use with ButtonPressedHighlight.

ButtonSelectedBorder

Gets the border color to use with the ButtonSelectedGradientBegin, ButtonSelectedGradientMiddle, and ButtonSelectedGradientEnd colors.

ButtonSelectedGradientBegin

Gets the starting color of the gradient used when the button is selected.

ButtonSelectedGradientEnd

Gets the end color of the gradient used when the button is selected.

ButtonSelectedGradientMiddle

Gets the middle color of the gradient used when the button is selected.

ButtonSelectedHighlight

Gets the solid color used when the button is selected.

ButtonSelectedHighlightBorder

Gets the border color to use with ButtonSelectedHighlight.

CheckBackground

Gets the solid color to use when the check box is selected and gradients are being used.

CheckPressedBackground

Gets the solid color to use when the check box is selected and gradients are being used.

CheckSelectedBackground

Gets the solid color to use when the check box is selected and gradients are being used.

GripDark

Gets the color to use for shadow effects on the grip or move handle.

GripLight

Gets the color to use for highlight effects on the grip or move handle.

ImageMarginGradientBegin

Gets 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.

ImageMarginGradientMiddle

Gets 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.

ImageMarginRevealedGradientEnd

Gets 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.

MenuBorder

Gets the border color or a MenuStrip.

MenuItemBorder

Gets the border color to use with a ToolStripMenuItem.

MenuItemPressedGradientBegin

Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.

MenuItemPressedGradientEnd

Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.

MenuItemPressedGradientMiddle

Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.

MenuItemSelected

Gets 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.

MenuItemSelectedGradientEnd

Gets the end color of the gradient used when the ToolStripMenuItem is selected.

MenuStripGradientBegin

Gets the starting color of the gradient used in the MenuStrip.

MenuStripGradientEnd

Gets the end color of the gradient used in the MenuStrip.

OverflowButtonGradientBegin

Gets the starting color of the gradient used in the ToolStripOverflowButton.

OverflowButtonGradientEnd

Gets the end color of the gradient used in the ToolStripOverflowButton.

OverflowButtonGradientMiddle

Gets the middle color of the gradient used in the ToolStripOverflowButton.

RaftingContainerGradientBegin

Gets the starting color of the gradient used in the ToolStripContainer.

RaftingContainerGradientEnd

Gets the end color of the gradient used in the ToolStripContainer.

SeparatorDark

Gets the color to use to for shadow effects on the ToolStripSeparator.

SeparatorLight

Gets the color to use to for highlight effects on the ToolStripSeparator.

StatusStripBorder
StatusStripGradientBegin

Gets the starting color of the gradient used on the StatusStrip.

StatusStripGradientEnd

Gets the end color of the gradient used on the StatusStrip.

ToolStripBorder

Gets the border color to use on the bottom edge of the ToolStrip.

ToolStripContentPanelGradientBegin

Gets the starting color of the gradient used in the ToolStripContentPanel.

ToolStripContentPanelGradientEnd

Gets the end color of the gradient used in the ToolStripContentPanel.

ToolStripDropDownBackground

Gets the solid background color of the ToolStripDropDown.

ToolStripGradientBegin

Gets the starting color of the gradient used in the ToolStrip background.

ToolStripGradientEnd

Gets the end color of the gradient used in the ToolStrip background.

ToolStripGradientMiddle

Gets the middle color of the gradient used in the ToolStrip background.

ToolStripPanelGradientBegin

Gets the starting color of the gradient used in the ToolStripPanel.

ToolStripPanelGradientEnd

Gets the end color of the gradient used in the ToolStripPanel.

Applies to

See also