Class ColorTableOffice2007
Keeps the different colors for different part of docking windows (Office 2007-like appearance).
Inheritance
System.Object
ColorTableOffice2007
Assembly: Syncfusion.Tools.Windows.dll
public class ColorTableOffice2007 : ColorTableOffice2007Base
Constructors
Constructor of the ColorTableOffice2007.
Declaration
public ColorTableOffice2007()
Fields
Declaration
protected Color m_ActiveButtonBorderColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_ButtonBorderColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_PushedButtonBorderColor
Field Value
| Type |
| System.Drawing.Color |
Properties
Contains the ActiveButtonBorderColor of appropriate themes.
Declaration
public Color ActiveButtonBorderColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the ButtonBorderColor of appropriate themes.
Declaration
public Color ButtonBorderColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the PushedButtonBorderColor of appropriate themes.
Declaration
public Color PushedButtonBorderColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Methods
Declaration
protected override void InitOffice2007BlackColors()
Overrides
Declaration
protected override void InitOffice2007BlueColors()
Overrides
Declaration
protected override void InitOffice2007ManagedColors()
Overrides
Declaration
protected override void InitOffice2007SilverColors()
Overrides