menu

WinForms

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

    Show / Hide Table of Contents

    Class ColorTableVS2012

    Keeps the different colors for different part of docking windows (Visual Studio 2012-like appearance).

    Inheritance
    System.Object
    ColorTableBase
    ColorTableVS2012
    Inherited Members
    ColorTableBase.GetCurrentTheme()
    ColorTableBase.InitColorTable()
    ColorTableBase.InitColorTable(Theme)
    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 ColorTableVS2012 : ColorTableBase

    Constructors

    ColorTableVS2012()

    Constructor of the ColorTableVS2012.

    Declaration
    public ColorTableVS2012()

    Fields

    m_ActiveButtonBorderColor

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

    m_ActiveButtonColor

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

    m_ActiveButtonImageColor

    Declaration
    protected Color m_ActiveButtonImageColor
    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_BorderColor

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

    m_bThemesXP

    Declaration
    protected bool m_bThemesXP
    Field Value
    Type
    System.Boolean

    m_ButtonBorderColor

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

    m_ButtonColor

    Declaration
    protected Color m_ButtonColor
    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_InnerBorderColor

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

    m_PushedButtonColor

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

    m_SplitterColor

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

    m_TextColor

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

    Properties

    ActiveButtonBorderColor

    Contains the ActiveButtonBorderColor of appropriate themes.

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

    ActiveButtonColor

    Contains the ActiveButtonColor of appropriate themes.

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

    ActiveButtonImageColor

    Contains the ActiveButtonImageColor of appropriate themes.

    Declaration
    public Color ActiveButtonImageColor { 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

    BorderColor

    Contains the BorderColor of appropriate themes.

    Declaration
    public Color BorderColor { 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

    ButtonColor

    Contains the ButtonColor of appropriate themes.

    Declaration
    public Color ButtonColor { 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

    InnerBorderColor

    Contains the InnerBorderColor of appropriate themes.

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

    PushedButtonColor

    Contains the PushedButtonColor of appropriate themes.

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

    SplitterColor

    Contains the SplitterColor of appropriate themes.

    Declaration
    public Color SplitterColor { 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()

    InitXPZuneColors()

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