Class ColorTableOffice2010
Keeps the different colors for different part of docking windows (Office 2010-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 ColorTableOffice2010 : ColorTableOffice2010Base
Constructors
ColorTableOffice2010()
Constructor of the ColorTableOffice2010.
Declaration
public ColorTableOffice2010()
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
InitOffice2010BlackColors()
Declaration
protected override void InitOffice2010BlackColors()
Overrides
InitOffice2010BlueColors()
Declaration
protected override void InitOffice2010BlueColors()
Overrides
InitOffice2010ManagedColors()
Declaration
protected override void InitOffice2010ManagedColors()
Overrides
InitOffice2010SilverColors()
Declaration
protected override void InitOffice2010SilverColors()