menu

WinForms

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

    Show / Hide Table of Contents

    Class ColorTableBase

    Base class to others that keep colors for different part of docking windows.

    Inheritance
    System.Object
    ColorTableBase
    ColorTableOffice2003
    ColorTableOffice2007Base
    ColorTableOffice2010Base
    ColorTableVS2005
    ColorTableVS2010
    ColorTableVS2012
    Inherited Members
    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 ColorTableBase

    Constructors

    ColorTableBase()

    Constructor of the ColorTableBase.

    Declaration
    public ColorTableBase()

    Fields

    m_theme

    Declaration
    protected Theme m_theme
    Field Value
    Type
    Theme

    Properties

    Theme

    Gets the theme.

    Declaration
    public Theme Theme { get; }
    Property Value
    Type
    Theme

    Methods

    GetCurrentTheme()

    Declaration
    protected virtual Theme GetCurrentTheme()
    Returns
    Type
    Theme

    InitColorTable()

    Initialize the color table.

    Declaration
    public virtual void InitColorTable()

    InitColorTable(Theme)

    Initialize the color table

    Declaration
    public virtual void InitColorTable(Theme theme)
    Parameters
    Type Name Description
    Theme theme

    Specifies the theme

    InitWindowsClassicColors()

    Declaration
    protected virtual void InitWindowsClassicColors()

    InitXPBlueColors()

    Declaration
    protected virtual void InitXPBlueColors()

    InitXPOliveColors()

    Declaration
    protected virtual void InitXPOliveColors()

    InitXPSilverColors()

    Declaration
    protected virtual void InitXPSilverColors()

    InitXPZuneColors()

    Declaration
    protected virtual void InitXPZuneColors()

    RefreshColors()

    Refresh the colors when theme changed.

    Declaration
    public virtual bool RefreshColors()
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved