WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Office12ColorTable

    Show / Hide Table of Contents

    Class Office12ColorTable

    Inheritance
    System.Object
    Office12ColorTable
    OfficeBlack
    OfficeBlue
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class Office12ColorTable : ProfessionalColorTable

    Constructors

    Office12ColorTable()

    Declaration
    public Office12ColorTable()

    Properties

    ActiveTitleGradientBegin

    Gets the starting color of a gradient used in the RibbonControlAdvHeader title background.

    Declaration
    public virtual Color ActiveTitleGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ActiveTitleGradientEnd

    Gets the end color of a gradient used in the RibbonControlAdvHeader title background.

    Declaration
    public virtual Color ActiveTitleGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    BottomToolstrip

    Get the solid color used in the BottomToolStrip background.

    Declaration
    public virtual Color BottomToolstrip { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ButtonCheckedGradientBegin

    Declaration
    public override Color ButtonCheckedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ButtonCheckedGradientEnd

    Declaration
    public override Color ButtonCheckedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ButtonCheckedHighlight

    Declaration
    public override Color ButtonCheckedHighlight { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ButtonPressedBorder

    Declaration
    public override Color ButtonPressedBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ButtonPressedGradientBegin

    Declaration
    public override Color ButtonPressedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ButtonPressedGradientEnd

    Declaration
    public override Color ButtonPressedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ButtonPressedHighlight

    Declaration
    public override Color ButtonPressedHighlight { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ButtonSelectedBorder

    Declaration
    public override Color ButtonSelectedBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ButtonSelectedGradientBegin

    Declaration
    public override Color ButtonSelectedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ButtonSelectedGradientEnd

    Declaration
    public override Color ButtonSelectedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ButtonSelectedHighlight

    Declaration
    public override Color ButtonSelectedHighlight { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CaptionGradientBegin

    Gets the starting color of the gradient used to draw the caption background on a ToolStrip.

    Declaration
    public virtual Color CaptionGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CaptionGradientEnd

    Gets the end color of the gradient used to draw the caption background on a ToolStrip.

    Declaration
    public virtual Color CaptionGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CaptionGroupedGradientBegin

    Gets the starting color of the gradient used to draw the caption background on a ToolStrip, when ToolStrip lays out on a RibbonPanel, which is part of a group.

    Declaration
    public virtual Color CaptionGroupedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CaptionGroupedGradientEnd

    Gets the end color of the gradient used to draw the caption background on a ToolStrip, when ToolStrip lays out on a RibbonPanel, which is part of a group.

    Declaration
    public virtual Color CaptionGroupedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CaptionGroupedHighlightGradientBegin

    Gets the starting color of the gradient used to draw the caption background on a ToolStrip, when ToolStrip lays out on a RibbonPanel, which is part of a group, when the caption is highlighted.

    Declaration
    public virtual Color CaptionGroupedHighlightGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CaptionGroupedHighlightGradientEnd

    Gets the end color of the gradient used to draw the caption background on a ToolStrip, when ToolStrip lays out on a RibbonPanel, which is part of a group, when the caption is highlighted.

    Declaration
    public virtual Color CaptionGroupedHighlightGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CaptionHighlightGradientBegin

    Gets the starting color of the gradient used to draw the caption background on a ToolStrip, when the caption is highlighted.

    Declaration
    public virtual Color CaptionHighlightGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CaptionHighlightGradientEnd

    Gets the end color of the gradient used to draw the caption background on a ToolStrip, when the caption is highlighted.

    Declaration
    public virtual Color CaptionHighlightGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CaptionText

    Gets the color that is the text color of a caption.

    Declaration
    public virtual Color CaptionText { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CheckBackground

    Declaration
    public override Color CheckBackground { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CheckBorder

    Gets the color used when the image of a selected ToolStripItem is rendered.

    Declaration
    public virtual Color CheckBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CollapsedImageGradientBegin

    Gets the starting color used when the image of a ToolStrip rendered, and ToolStrip is in the collapsed state.

    Declaration
    public virtual Color CollapsedImageGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CollapsedImageGradientEnd

    Gets the end color used when the image of a ToolStrip rendered, and ToolStrip is in the collapsed state.

    Declaration
    public virtual Color CollapsedImageGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CollapsedImagePressedGradientBegin

    Gets the starting color used when the image of a ToolStrip rendered, and ToolStrip is in the collapsed state and is pressed.

    Declaration
    public virtual Color CollapsedImagePressedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CollapsedImagePressedGradientEnd

    Gets the end color used when the image of a ToolStrip rendered, and ToolStrip is in the collapsed state and is pressed.

    Declaration
    public virtual Color CollapsedImagePressedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CollapsedToolstripGradientBegin

    Gets the starting color of a gradient, used in the ToolStrip background, when ToolStrip is in the collapsed state.

    Declaration
    public virtual Color CollapsedToolstripGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CollapsedToolstripGradientEnd

    Gets the end color of a gradient, used in the ToolStrip background, when ToolStrip is in the collapsed state.

    Declaration
    public virtual Color CollapsedToolstripGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CollapsedToolstripPressedGradientBegin

    Gets the starting color of a gradient, used in the ToolStrip background, when ToolStrip is in the collapsed state and is pressed.

    Declaration
    public virtual Color CollapsedToolstripPressedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CollapsedToolstripPressedGradientEnd

    Gets the end color of a gradient, used in the ToolStrip background, when ToolStrip is in the collapsed state and is pressed.

    Declaration
    public virtual Color CollapsedToolstripPressedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CollapsedToolstripSelectedGradientBegin

    Gets the starting color of a gradient, used in the ToolStrip background, when ToolStrip is in the collapsed state and is selected.

    Declaration
    public virtual Color CollapsedToolstripSelectedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    CollapsedToolstripSelectedGradientEnd

    Gets the end color of a gradient, used in the ToolStrip background, when ToolStrip is in the collapsed state and is selected.

    Declaration
    public virtual Color CollapsedToolstripSelectedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ContextMenuTitle

    Gets the color that is text color of a ContextMenu title.

    Declaration
    public virtual Color ContextMenuTitle { get; }
    Property Value
    Type Description
    System.Drawing.Color

    DisabledButtonGradientBegin

    Gets the starting color of a gradient used in the ScrollButton, when ScrollButton is disabled.

    Declaration
    public virtual Color DisabledButtonGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    DisabledButtonGradientEnd

    Gets the end color of a gradient used in the ScrollButton, when ScrollButton is disabled.

    Declaration
    public virtual Color DisabledButtonGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    GalleryScrollBarBackground

    Declaration
    public virtual Color GalleryScrollBarBackground { get; }
    Property Value
    Type Description
    System.Drawing.Color

    GripGradientEnd

    Gets the end color of a gradient used for the ToolStripGalleryDropDown's grip.

    Declaration
    public virtual Color GripGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    GroupBorder

    Gets the color that is the border color of the ToolStripItem, when it is grouped.

    Declaration
    public virtual Color GroupBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    GroupGradientBegin

    Gets the starting color of a gradient used in the ToolStripItem background, when ToolStripItem is grouped.

    Declaration
    public virtual Color GroupGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    GroupGradientEnd

    Gets the end color of a gradient used in the ToolStripItem background, when ToolStripItem is grouped.

    Declaration
    public virtual Color GroupGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ImageMarginGradientBegin

    Declaration
    public override Color ImageMarginGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ImageMarginGradientEnd

    Declaration
    public override Color ImageMarginGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    InactiveQuickPanelGradientBegin

    Declaration
    public virtual Color InactiveQuickPanelGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    InactiveQuickPanelGradientEnd

    Declaration
    public virtual Color InactiveQuickPanelGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    InActiveTitleGradientBegin

    Gets the starting color of a gradient used in the RibbonControlAdvHeader title background, when RibbonControlAdv is in inactive state.

    Declaration
    public virtual Color InActiveTitleGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    InActiveTitleGradientEnd

    Gets the end color of a gradient used in the RibbonControlAdvHeader title background, when RibbonControlAdv is in inactive state.

    Declaration
    public virtual Color InActiveTitleGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    LauncherBackground

    Gets the solid color used in the Launcher background.

    Declaration
    public virtual Color LauncherBackground { get; }
    Property Value
    Type Description
    System.Drawing.Color

    LauncherBorder

    Gets the color that is the border color of a Launcher.

    Declaration
    public virtual Color LauncherBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    LauncherText

    Gets the color that is the text color of a Launcher.

    Declaration
    public virtual Color LauncherText { get; }
    Property Value
    Type Description
    System.Drawing.Color

    LauncherTextSelected

    Gets the color that is the text color of a Launcher, when Launcher is selected.

    Declaration
    public virtual Color LauncherTextSelected { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuBorder

    Declaration
    public override Color MenuBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuButtomDropDownBorder

    Gets the color that is border color of a MenuButtonDropDown.

    Declaration
    public virtual Color MenuButtomDropDownBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuButtomDropDownGradientBegin

    Gets the starting color of a gradient used in the MenuButtonDropDown background.

    Declaration
    public virtual Color MenuButtomDropDownGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuButtomDropDownGradientEnd

    Gets the end color of a gradient used in MenuButtonDropDown background.

    Declaration
    public virtual Color MenuButtomDropDownGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuButtonNormal

    Get the starting color used when the image of a MenuButton is rendered.

    Declaration
    public virtual Color MenuButtonNormal { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuButtonNormalHighlight

    Get the end color used when the image of a MenuButton is rendered.

    Declaration
    public virtual Color MenuButtonNormalHighlight { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuButtonPressed

    Get the starting color used when the image of a MenuButton is rendered, when MenuButton is pressed.

    Declaration
    public virtual Color MenuButtonPressed { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuButtonPressedHighlight

    Get the end color used when the image of a MenuButton is rendered, when MenuButton is pressed.

    Declaration
    public virtual Color MenuButtonPressedHighlight { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuButtonSelected

    Get the starting color used when the image of a MenuButton is rendered, when MenuButton is selected.

    Declaration
    public virtual Color MenuButtonSelected { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuButtonSelectedHighlight

    Get the end color used when the image of a MenuButton is rendered, when MenuButton is selected.

    Declaration
    public virtual Color MenuButtonSelectedHighlight { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuItemBorder

    Declaration
    public override Color MenuItemBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuItemPressedGradientBegin

    Declaration
    public override Color MenuItemPressedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuItemPressedGradientEnd

    Declaration
    public override Color MenuItemPressedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuItemSelectedGradientBegin

    Declaration
    public override Color MenuItemSelectedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuItemSelectedGradientEnd

    Declaration
    public override Color MenuItemSelectedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuStripGradientBegin

    Declaration
    public override Color MenuStripGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuStripGradientEnd

    Declaration
    public override Color MenuStripGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    MenuStripGradientMiddle

    Gets the color that is the border color to use on a MenuStrip.

    Declaration
    public virtual Color MenuStripGradientMiddle { get; }
    Property Value
    Type Description
    System.Drawing.Color

    OfficeArrowGradientBegin

    Gets the starting color of a gradient used when image for OfficeButton arrow is rendered.

    Declaration
    public virtual Color OfficeArrowGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    OfficeArrowGradientEnd

    Gets the end color of a gradient used when image for OfficeButton arrow is rendered.

    Declaration
    public virtual Color OfficeArrowGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    OfficeColors

    Declaration
    protected Color[] OfficeColors { get; }
    Property Value
    Type Description
    System.Drawing.Color[]

    OverflowButtonGradientBegin

    Declaration
    public override Color OverflowButtonGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    OverflowButtonGradientEnd

    Declaration
    public override Color OverflowButtonGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    PanelBackground

    Gets the solid color used in the RibbonPanel background.

    Declaration
    public virtual Color PanelBackground { get; }
    Property Value
    Type Description
    System.Drawing.Color

    QuickPanelGradientBegin

    Gets the starting color of a gradient used in the QuickPanel background.

    Declaration
    public virtual Color QuickPanelGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    QuickPanelGradientEnd

    Gets the end color of a gradient used in the QuickPanel background.

    Declaration
    public virtual Color QuickPanelGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    RadioButtonBorderSelected

    Gets the color which is the border color of ToolStripRadioButton, when it is selected.

    Declaration
    public virtual Color RadioButtonBorderSelected { get; }
    Property Value
    Type Description
    System.Drawing.Color

    RibbonBorder

    Gets the color that is border color of a RibbonForm and RibbonControlAdv.

    Declaration
    public virtual Color RibbonBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    RibbonBorderInactive

    Gets the color that is border color of a RibbonForm and RibbonControlAdv, when RibbonForm or RibbonControlAdv are in inactive state.

    Declaration
    public virtual Color RibbonBorderInactive { get; }
    Property Value
    Type Description
    System.Drawing.Color

    RibbonPanelBorderBegin

    Gets the starting color of a gradient used when RibbonPanel border is rendered.

    Declaration
    public virtual Color RibbonPanelBorderBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    RibbonPanelBorderEnd

    Gets the end color of a gradient used when RibbonPanel border is rendered.

    Declaration
    public virtual Color RibbonPanelBorderEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    RibbonPanelGroupedBorderEnd

    Gets the end color of a gradient used when RibbonPanel border is rendered, and RibbonPanel is part of a group.

    Declaration
    public virtual Color RibbonPanelGroupedBorderEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    RibbonTabInactiveText

    Gets the color that is text color of a ToolStripTabItem, when it is inactive.

    Declaration
    public virtual Color RibbonTabInactiveText { get; }
    Property Value
    Type Description
    System.Drawing.Color

    RibbonTabText

    Gets the color that is text color of a ToolStripTabItem.

    Declaration
    public virtual Color RibbonTabText { get; }
    Property Value
    Type Description
    System.Drawing.Color

    RibbonText

    Gets the color that if ForeColor of a RibbonControlAdv.

    Declaration
    public virtual Color RibbonText { get; }
    Property Value
    Type Description
    System.Drawing.Color

    RibbonTitleText

    Gets the color that is text color of a RibbonControlADvHeader title.

    Declaration
    public virtual Color RibbonTitleText { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollButtonArrow

    Gets the color used when image for a ScrollButton arrow is rendered.

    Declaration
    public virtual Color ScrollButtonArrow { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollButtonArrowDisabled

    Get the color used when image for a ScrollButton arrow is rendered, when ScrollButton is disabled.

    Declaration
    public virtual Color ScrollButtonArrowDisabled { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollButtonGradientBegin

    Gets the starting color of a gradient used in the ScrollButton.

    Declaration
    public virtual Color ScrollButtonGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollButtonGradientEnd

    Gets the end color of a gradient used in the ScrollButton.

    Declaration
    public virtual Color ScrollButtonGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollButtonLargeArrow

    Gets the color used when image for a ScrollButton large arrow is rendered.

    Declaration
    public virtual Color ScrollButtonLargeArrow { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollButtonLargeArrowDisabled

    Gets the color used when image for a ScrollButton large arrow is rendered, when it is disabled.

    Declaration
    public virtual Color ScrollButtonLargeArrowDisabled { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollerNormalBorder

    Gets the color that is the border color of a ToolStripGallery's Scroller.

    Declaration
    public virtual Color ScrollerNormalBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollerNormalGradientBegin

    Gets the starting color of a gradient used in the ToolStripGallery's Scroller background.

    Declaration
    public virtual Color ScrollerNormalGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollerNormalGradientEnd

    Gets the end color of a gradient used in the ToolStripGallery's Scroller background.

    Declaration
    public virtual Color ScrollerNormalGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollerPressedBorder

    Gets the color that is the border color of a ToolStripGallery's Scroller, when Scroller is pressed.

    Declaration
    public virtual Color ScrollerPressedBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollerPressedGradientBegin

    Gets the starting color of a gradient used in the ToolStripGallery's Scroller background, when Scroller is pressed.

    Declaration
    public virtual Color ScrollerPressedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollerPressedGradientEnd

    Gets the end color of a gradient used in the ToolStripGallery's Scroller background, when Scroller is pressed.

    Declaration
    public virtual Color ScrollerPressedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollerSelectedBorder

    Gets the color that is the border color of a ToolStripGallery's Scroller, when Scroller is selected.

    Declaration
    public virtual Color ScrollerSelectedBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollerSelectedGradientBegin

    Gets the starting color of a gradient used in the ToolStripGallery's Scroller background, when Scroller is selected.

    Declaration
    public virtual Color ScrollerSelectedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ScrollerSelectedGradientEnd

    Gets the end color of a gradient used in the ToolStripGallery's Scroller background, when Scroller is selected.

    Declaration
    public virtual Color ScrollerSelectedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SelectedButtonInActiveBegin

    Gets the starting color of a gradient used in ToolStripButton background, when ToolStripButton is in inactive state.

    Declaration
    public virtual Color SelectedButtonInActiveBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SelectedButtonInActiveEnd

    Gets the end color of a gradient used in ToolStripButton background, when ToolStripButton is in inactive state.

    Declaration
    public virtual Color SelectedButtonInActiveEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SeparatoraEnd

    Gets the starting color of a gradient used when separator of StatusStripEx's item is rendered.

    Declaration
    public virtual Color SeparatoraEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SeparatorBegin

    Gets the starting color of a gradient used when separator of StatusStripEx's item is rendered.

    Declaration
    public virtual Color SeparatorBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SeparatorDark

    Declaration
    public override Color SeparatorDark { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SeparatorGradientBegin

    Gets the starting color of a gradient used when separator of StatusStripEx is rendered.

    Declaration
    public virtual Color SeparatorGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SeparatorGradientEnd

    Gets the end color of a gradient used when separator of StatusStripEx is rendered.

    Declaration
    public virtual Color SeparatorGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SeparatorGradientMiddle

    Gets the middle color of a gradient used when separator of StatusStripEx is rendered.

    Declaration
    public virtual Color SeparatorGradientMiddle { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SeparatorLight

    Declaration
    public override Color SeparatorLight { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SeparatorStatusControlsAreaBegin

    Gets the starting color of a gradient used in the StatusStripEx's StatusControls background.

    Declaration
    public virtual Color SeparatorStatusControlsAreaBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SeparatorStatusControlsAreaEnd

    Gets the end color of a gradient used in the StatusStripEx's StatusControls background.

    Declaration
    public virtual Color SeparatorStatusControlsAreaEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    StandardScrollButtonHighlightedGradientBegin

    Gets the starting color of a gradient used in the standard ScrollButton background, when ScrollButton is highlighted.

    Declaration
    public virtual Color StandardScrollButtonHighlightedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    StandardScrollButtonHighlightedGradientEnd

    Gets the end color of a gradient used in the standard ScrollButton background, when ScrollButton is highlighted.

    Declaration
    public virtual Color StandardScrollButtonHighlightedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    StandardScrollButtonPressedGradientBegin

    Gets the starting color of a gradient used in the standard ScrollButton background, when ScrollButton is pressed.

    Declaration
    public virtual Color StandardScrollButtonPressedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    StandardScrollButtonPressedGradientEnd

    Gets the end color of a gradient used in the standard ScrollButton background, when ScrollButton is pressed.

    Declaration
    public virtual Color StandardScrollButtonPressedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    StandardScrollButtonSelectedGradientBegin

    Gets the starting color of a gradient used in the standard ScrollButton background, when ScrollButton is selected.

    Declaration
    public virtual Color StandardScrollButtonSelectedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    StandardScrollButtonSelectedGradientEnd

    Gets the end color of a gradient used in the standard ScrollButton background, when ScrollButton is selected.

    Declaration
    public virtual Color StandardScrollButtonSelectedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    StatusStripGradientBegin

    Declaration
    public override Color StatusStripGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    StatusStripGradientEnd

    Declaration
    public override Color StatusStripGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonBorder

    Gets the color that is the border color of SystemButton.

    Declaration
    public virtual Color SystemButtonBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonBorderPressed

    Gets the color that is border color of a SystemButton, when it is pressed.

    Declaration
    public virtual Color SystemButtonBorderPressed { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonBorderSelected

    Gets the color that is border color of a SystemButton, when it is selected.

    Declaration
    public virtual Color SystemButtonBorderSelected { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonForeground

    Gets the solid color used in SystemButton foreground.

    Declaration
    public virtual Color SystemButtonForeground { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonForegroundSelected

    Gets the solid color used in SystemButton foreground, when it is selected.

    Declaration
    public virtual Color SystemButtonForegroundSelected { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonGradientBegin

    Gets the starting color of a gradient used in the SystemButton background.

    Declaration
    public virtual Color SystemButtonGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonGradientEnd

    Gets the end color of a gradient used in the SystemButton background.

    Declaration
    public virtual Color SystemButtonGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonPressedGradientBegin

    Gets the starting color of a gradient used in the SystemButton background, when it is pressed.

    Declaration
    public virtual Color SystemButtonPressedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonPressedGradientEnd

    Gets the end color of a gradient used in the SystemButton background, when it is pressed.

    Declaration
    public virtual Color SystemButtonPressedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonPressedHighlight

    Gets the solid color used in a flash image is rendered, when SystemButton is pressed.

    Declaration
    public virtual Color SystemButtonPressedHighlight { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonSelectedGradientBegin

    Gets the starting color of a gradient used in the SystemButton background, when it is selected.

    Declaration
    public virtual Color SystemButtonSelectedGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonSelectedGradientEnd

    Gets the end color of a gradient used in the SystemButton background, when it is selected.

    Declaration
    public virtual Color SystemButtonSelectedGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonSelectedHighlight

    Gets the color used in a flash image is rendered, when SystemButton is selected.

    Declaration
    public virtual Color SystemButtonSelectedHighlight { get; }
    Property Value
    Type Description
    System.Drawing.Color

    TabItemSeparator

    Gets the color used when ToolStripTabItem separator is drawn.

    Declaration
    public virtual Color TabItemSeparator { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ToolStripBorder

    Declaration
    public override Color ToolStripBorder { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ToolStripGradientBegin

    Declaration
    public override Color ToolStripGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ToolStripGradientEnd

    Declaration
    public override Color ToolStripGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ToolStripHighlightGradientBegin

    Gets the starting color of a gradient used in the ToolStrip background, when ToolStrip is highlighted.

    Declaration
    public virtual Color ToolStripHighlightGradientBegin { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ToolStripHighlightGradientEnd

    Gets the end color of a gradient used in the ToolStrip background, when ToolStrip is highlighted.

    Declaration
    public virtual Color ToolStripHighlightGradientEnd { get; }
    Property Value
    Type Description
    System.Drawing.Color

    Methods

    ApplyManagedColors(Form, Color)

    Applies managed color scheme based on color.

    Declaration
    public static void ApplyManagedColors(Form form, Color basicColor)
    Parameters
    Type Name Description
    System.Windows.Forms.Form form

    Container form.

    System.Drawing.Color basicColor

    ApplyManagedColorScheme(Form, Office2007Theme)

    Applies managed color scheme based on default scheme.

    Declaration
    public static void ApplyManagedColorScheme(Form form, Office2007Theme colorScheme)
    Parameters
    Type Name Description
    System.Windows.Forms.Form form

    Container form.

    Office2007Theme colorScheme

    Office2007 color scheme.

    Finalize()

    Declaration
    protected override void Finalize()

    GetAlphaBlendedColor(Color, Color, Int32)

    Declaration
    public static Color GetAlphaBlendedColor(Color src, Color dest, int alpha)
    Parameters
    Type Name Description
    System.Drawing.Color src
    System.Drawing.Color dest
    System.Int32 alpha
    Returns
    Type Description
    System.Drawing.Color

    InitColors(ref Color[])

    Declaration
    protected virtual void InitColors(ref Color[] colors)
    Parameters
    Type Name Description
    System.Drawing.Color[] colors
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved