menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorTableOffice2003 - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColorTableOffice2003

    Keeps the different colors for different part of docking windows (Office 2003-like appearance).

    Inheritance
    System.Object
    ColorTableBase
    ColorTableOffice2003
    Inherited Members
    ColorTableBase.GetCurrentTheme()
    ColorTableBase.InitColorTable()
    ColorTableBase.InitColorTable(Theme)
    ColorTableBase.InitXPZuneColors()
    ColorTableBase.m_theme
    ColorTableBase.RefreshColors()
    ColorTableBase.Theme
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools.Renderers
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ColorTableOffice2003 : ColorTableBase

    Constructors

    ColorTableOffice2003()

    Constructor of the ColorTableOffice2003.

    Declaration
    public ColorTableOffice2003()

    Fields

    m_ActiveButtonBottomColor

    Declaration
    protected Color m_ActiveButtonBottomColor
    Field Value
    Type
    System.Drawing.Color

    m_ActiveButtonTopColor

    Declaration
    protected Color m_ActiveButtonTopColor
    Field Value
    Type
    System.Drawing.Color

    m_ActiveCaptionBottomColor

    Declaration
    protected Color m_ActiveCaptionBottomColor
    Field Value
    Type
    System.Drawing.Color

    m_ActiveCaptionTopColor

    Declaration
    protected Color m_ActiveCaptionTopColor
    Field Value
    Type
    System.Drawing.Color

    m_ActiveTextColor

    Declaration
    protected Color m_ActiveTextColor
    Field Value
    Type
    System.Drawing.Color

    m_ButtonBorderColor

    Declaration
    protected Color m_ButtonBorderColor
    Field Value
    Type
    System.Drawing.Color

    m_ButtonImageColor

    Declaration
    protected Color m_ButtonImageColor
    Field Value
    Type
    System.Drawing.Color

    m_CaptionBottomColor

    Declaration
    protected Color m_CaptionBottomColor
    Field Value
    Type
    System.Drawing.Color

    m_CaptionTopColor

    Declaration
    protected Color m_CaptionTopColor
    Field Value
    Type
    System.Drawing.Color

    m_GripperBackgroundColor

    Declaration
    protected Color m_GripperBackgroundColor
    Field Value
    Type
    System.Drawing.Color

    m_GripperForegroundColor

    Declaration
    protected Color m_GripperForegroundColor
    Field Value
    Type
    System.Drawing.Color

    m_InnerBorderColor

    Declaration
    protected Color m_InnerBorderColor
    Field Value
    Type
    System.Drawing.Color

    m_OuterBorderColor

    Declaration
    protected Color m_OuterBorderColor
    Field Value
    Type
    System.Drawing.Color

    m_PushedButtonBottomColor

    Declaration
    protected Color m_PushedButtonBottomColor
    Field Value
    Type
    System.Drawing.Color

    m_PushedButtonImageColor

    Declaration
    protected Color m_PushedButtonImageColor
    Field Value
    Type
    System.Drawing.Color

    m_PushedButtonTopColor

    Declaration
    protected Color m_PushedButtonTopColor
    Field Value
    Type
    System.Drawing.Color

    m_TextColor

    Declaration
    protected Color m_TextColor
    Field Value
    Type
    System.Drawing.Color

    Properties

    ActiveButtonBottomColor

    Contains the ActiveButtonBottomColor of appropriate themes.

    Declaration
    public Color ActiveButtonBottomColor { get; }
    Property Value
    Type
    System.Drawing.Color

    ActiveButtonTopColor

    Contains the ActiveButtonTopColor of appropriate themes.

    Declaration
    public Color ActiveButtonTopColor { get; }
    Property Value
    Type
    System.Drawing.Color

    ActiveCaptionBottomColor

    Contains the ActiveCaptionBottomColor of appropriate themes.

    Declaration
    public Color ActiveCaptionBottomColor { get; }
    Property Value
    Type
    System.Drawing.Color

    ActiveCaptionTopColor

    Contains the ActiveCaptionTopColor of appropriate themes.

    Declaration
    public Color ActiveCaptionTopColor { get; }
    Property Value
    Type
    System.Drawing.Color

    ActiveTextColor

    Contains the ActiveTextColor of appropriate themes.

    Declaration
    public Color ActiveTextColor { get; }
    Property Value
    Type
    System.Drawing.Color

    ButtonBorderColor

    Contains the ButtonBorderColor of appropriate themes.

    Declaration
    public Color ButtonBorderColor { get; }
    Property Value
    Type
    System.Drawing.Color

    ButtonImageColor

    Contains the ButtonImageColor of appropriate themes.

    Declaration
    public Color ButtonImageColor { get; }
    Property Value
    Type
    System.Drawing.Color

    CaptionBottomColor

    Contains the CaptionBottomColor of appropriate themes.

    Declaration
    public Color CaptionBottomColor { get; }
    Property Value
    Type
    System.Drawing.Color

    CaptionTopColor

    Contains the CaptionTopColor of appropriate themes.

    Declaration
    public Color CaptionTopColor { get; }
    Property Value
    Type
    System.Drawing.Color

    GripperBackgroundColor

    Contains the GripperBackgroundColor of appropriate themes.

    Declaration
    public Color GripperBackgroundColor { get; }
    Property Value
    Type
    System.Drawing.Color

    GripperForegroundColor

    Contains the GripperForegroundColor of appropriate themes.

    Declaration
    public Color GripperForegroundColor { get; }
    Property Value
    Type
    System.Drawing.Color

    InnerBorderColor

    Contains the InnerBorderColor of appropriate themes.

    Declaration
    public Color InnerBorderColor { get; }
    Property Value
    Type
    System.Drawing.Color

    OuterBorderColor

    Contains the OuterBorderColor of appropriate themes.

    Declaration
    public Color OuterBorderColor { get; }
    Property Value
    Type
    System.Drawing.Color

    PushedButtonBottomColor

    Contains the PushedButtonBottomColor of appropriate themes.

    Declaration
    public Color PushedButtonBottomColor { get; }
    Property Value
    Type
    System.Drawing.Color

    PushedButtonImageColor

    Contains the PushedButtonImageColor of appropriate themes.

    Declaration
    public Color PushedButtonImageColor { get; }
    Property Value
    Type
    System.Drawing.Color

    PushedButtonTopColor

    Contains the PushedButtonTopColor of appropriate themes.

    Declaration
    public Color PushedButtonTopColor { get; }
    Property Value
    Type
    System.Drawing.Color

    TextColor

    Contains the TextColor of appropriate themes.

    Declaration
    public Color TextColor { get; }
    Property Value
    Type
    System.Drawing.Color

    Methods

    InitWindowsClassicColors()

    Declaration
    protected override void InitWindowsClassicColors()
    Overrides
    ColorTableBase.InitWindowsClassicColors()

    InitXPBlueColors()

    Declaration
    protected override void InitXPBlueColors()
    Overrides
    ColorTableBase.InitXPBlueColors()

    InitXPOliveColors()

    Declaration
    protected override void InitXPOliveColors()
    Overrides
    ColorTableBase.InitXPOliveColors()

    InitXPSilverColors()

    Declaration
    protected override void InitXPSilverColors()
    Overrides
    ColorTableBase.InitXPSilverColors()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved