WinForms

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

    Show / Hide Table of Contents

    Class Office2013ColorTable

    Inheritance
    System.Object
    Office2013ColorTable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class Office2013ColorTable

    Constructors

    Office2013ColorTable()

    Declaration
    public Office2013ColorTable()

    Properties

    BackStageCaptionColor

    Gets or sets the Caption color for the Backstage.

    Declaration
    public Color BackStageCaptionColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ButtonBackgroundPressed

    Gets or sets the value of the ButtonBackgroundPressed.

    Declaration
    public Color ButtonBackgroundPressed { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ButtonBackgroundSelected

    Gets or sets the value of the ButtonBackgroundSelected.

    Declaration
    public Color ButtonBackgroundSelected { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    CaptionBackColor

    Gets or sets the value of the CaptionBackColor.

    Declaration
    public Color CaptionBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    CaptionForeColor

    Gets or sets the value of the CaptionForeColor.

    Declaration
    public Color CaptionForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    CheckedTabColor

    Gets or sets the value of the CheckedTabColor

    Declaration
    public Color CheckedTabColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    CheckedTabForeColor

    Gets or sets the value of the CheckedTabForeColor.

    Declaration
    public Color CheckedTabForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    CloseButtonColor

    Gets or sets the value of the CloseButtonColor

    Declaration
    public Color CloseButtonColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ContextMenuBackColor

    Gets or sets the value of the ContextMenuBackColor.

    Declaration
    public Color ContextMenuBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ContextMenuItemSelected

    Gets or sets the value of the ContextMenuItemSelected.

    Declaration
    public Color ContextMenuItemSelected { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    FileMenuForeColor

    Gets or sets the forecolor of the file menu button in RibbonControlAdv control.

    Declaration
    public Color FileMenuForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Examples
    Office2013ColorTable color = new Office2013ColorTable();
    color.FileMenuForeColor = Color.Yellow;
    this.ribbonControlAdv1.Office2013ColorTable = color;

    FileMenuHoverForeColor

    Gets or sets the hover forecolor of the file menu button in RibbonControlAdv control.

    Declaration
    public Color FileMenuHoverForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Examples
    Office2013ColorTable color = new Office2013ColorTable();
    color.FileMenuHoverForeColor = Color.Yellow;
    this.ribbonControlAdv1.Office2013ColorTable = color;

    HeaderColor

    Gets or sets the value of the HeaderColor

    Declaration
    public Color HeaderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HoverTabForeColor

    Gets or sets the value of the HoverTabForeColor.

    Declaration
    public Color HoverTabForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    LauncherBackColorSelected

    Gets or sets the value of the LauncherBackColorSelected.

    Declaration
    public Color LauncherBackColorSelected { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    LauncherColorNormal

    Gets or sets the value of the LauncherColorNormal.

    Declaration
    public Color LauncherColorNormal { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    LauncherColorSelected

    Gets or sets the value of the LauncherColorSelected.

    Declaration
    public Color LauncherColorSelected { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    MaximizeButtonColor

    Gets or sets the value of the MaximizeButtonColor.

    Declaration
    public Color MaximizeButtonColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    MinimizeButtonColor

    Gets or sets the value of the MinimizeButtonColor.

    Declaration
    public Color MinimizeButtonColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    PanelBackColor

    Gets or sets the value of the PanelBackColor.

    Declaration
    public Color PanelBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    RestoreButtonColor

    Gets or sets the value of the RestoreButtonColor.

    Declaration
    public Color RestoreButtonColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    RibbonPanelBorderColor

    Getsor sets the value of the RibbonPanelBorderColor.

    Declaration
    public Color RibbonPanelBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    SelectedTabBorderColor

    Gets or sets the value of the SelectedTabBorderColor.

    Declaration
    public Color SelectedTabBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    SelectedTabColor

    Gets or sets the value of the SelectedTabColor.

    Declaration
    public Color SelectedTabColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    SplitButtonBackgroundPressed

    Gets or sets the value of the SplitButtonBackgroundPressed.

    Declaration
    public Color SplitButtonBackgroundPressed { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    SplitButtonBackgroundSelected

    Gets or sets the value of the SplitButtonBackgroundSelected.

    Declaration
    public Color SplitButtonBackgroundSelected { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    SystemButtonBackground

    Gets or sets the value of the SystemButtonBackground.

    Declaration
    public Color SystemButtonBackground { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    TabBackColor

    Gets or sets the value of the TabBackColor.

    Declaration
    public Color TabBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    TabForeColor

    Gets or sets the value of the TabForeColor.

    Declaration
    public Color TabForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    TitleColor

    Gets or sets the value of the TitleColor

    Declaration
    public Color TitleColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ToolStripBackColor

    Gets or sets the value of the ToolStripBackColor.

    Declaration
    public Color ToolStripBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ToolStripBorderColor

    Gets or sets the value of the ToolStripBorderColor.

    Declaration
    public Color ToolStripBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ToolStripItemForeColor

    Gets or sets the value of the ToolStripItemForeColor.

    Declaration
    public Color ToolStripItemForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ToolStripSpliterColor

    Gets or sets the value of the ToolStripSpliterColor.

    Declaration
    public Color ToolStripSpliterColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    UpDownButtonBackColor

    Gets or sets the value of the UpDownButtonBackColor.

    Declaration
    public Color UpDownButtonBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved