Class ColorTableOffice2007
Keeps the different colors for different part of docking windows (Office 2007-like appearance).
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 ColorTableOffice2007 : ColorTableOffice2007Base
Constructors
ColorTableOffice2007()
Constructor of the ColorTableOffice2007.
Declaration
public ColorTableOffice2007()
Fields
m_ActiveButtonBorderColor
Declaration
protected Color m_ActiveButtonBorderColor
Field Value
Type |
---|
System.Drawing.Color |
m_ButtonBorderColor
Declaration
protected Color m_ButtonBorderColor
Field Value
Type |
---|
System.Drawing.Color |
m_PushedButtonBorderColor
Declaration
protected Color m_PushedButtonBorderColor
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 |
ButtonBorderColor
Contains the ButtonBorderColor of appropriate themes.
Declaration
public Color ButtonBorderColor { get; }
Property Value
Type |
---|
System.Drawing.Color |
PushedButtonBorderColor
Contains the PushedButtonBorderColor of appropriate themes.
Declaration
public Color PushedButtonBorderColor { get; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
InitOffice2007BlackColors()
Declaration
protected override void InitOffice2007BlackColors()
Overrides
InitOffice2007BlueColors()
Declaration
protected override void InitOffice2007BlueColors()
Overrides
InitOffice2007ManagedColors()
Declaration
protected override void InitOffice2007ManagedColors()
Overrides
InitOffice2007SilverColors()
Declaration
protected override void InitOffice2007SilverColors()