Class ColorTableBase
Base class to others that keep colors for different part of docking windows.
Inheritance
System.Object
ColorTableBase
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 |