Class ColorTableOffice2010Base
Base class to other Office2010-like color tables.
Inheritance
System.Object
ColorTableOffice2010Base
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()
Assembly: Syncfusion.Tools.Windows.dll
public class ColorTableOffice2010Base : ColorTableBase
Constructors
Constructor of the ColorTableOffice2010Base.
Declaration
public ColorTableOffice2010Base()
Fields
Declaration
protected Color m_ActiveButtonColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_ActiveButtonImageColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_ActiveCaptionLowerBottomColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_ActiveCaptionLowerTopColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_ActiveCaptionUpperBottomColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_ActiveCaptionUpperTopColor
Field Value
| Type |
| System.Drawing.Color |
m_ActiveTextColor
Declaration
protected Color m_ActiveTextColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_BorderColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_ButtonColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_ButtonImageColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_CaptionLowerBottomColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_CaptionLowerTopColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_CaptionUpperBottomColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_CaptionUpperTopColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_InnerBorderColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Office2010Theme m_Office2010Theme
Field Value
Declaration
protected Color m_PushedButtonColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_SplitterColor
Field Value
| Type |
| System.Drawing.Color |
m_TextColor
Declaration
protected Color m_TextColor
Field Value
| Type |
| System.Drawing.Color |
Properties
Contains the ActiveButtonColor of appropriate themes.
Declaration
public Color ActiveButtonColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the ActiveButtonImageColor of appropriate themes.
Declaration
public Color ActiveButtonImageColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the ActiveCaptionLowerBottomColor of appropriate themes.
Declaration
public Color ActiveCaptionLowerBottomColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the ActiveCaptionLowerTopColor of appropriate themes.
Declaration
public Color ActiveCaptionLowerTopColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the ActiveCaptionUpperBottomColor of appropriate themes.
Declaration
public Color ActiveCaptionUpperBottomColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the ActiveCaptionUpperTopColor of appropriate themes.
Declaration
public Color ActiveCaptionUpperTopColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the ButtonColor of appropriate themes.
Declaration
public Color ButtonColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the ButtonImageColor of appropriate themes.
Declaration
public Color ButtonImageColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the CaptionLowerBottomColor of appropriate themes.
Declaration
public Color CaptionLowerBottomColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the CaptionLowerTopColor of appropriate themes.
Declaration
public Color CaptionLowerTopColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the CaptionUpperBottomColor of appropriate themes.
Declaration
public Color CaptionUpperBottomColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the CaptionUpperTopColor of appropriate themes.
Declaration
public Color CaptionUpperTopColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the InnerBorderColor of appropriate themes.
Declaration
public Color InnerBorderColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Gets/ Sets the Office2010Theme.
Declaration
public Office2010Theme Office2010Theme { get; set; }
Property Value
Contains the BorderColor of appropriate themes.
Declaration
public Color OuterBorderColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the PushedButtonColor of appropriate themes.
Declaration
public Color PushedButtonColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the SplitterColor of appropriate themes.
Declaration
public Color SplitterColor { get; }
Property Value
| Type |
| System.Drawing.Color |
TextColor
Contains the TextColor of appropriate themes.
Declaration
public Color TextColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Methods
Initialize the color table.
Declaration
public override void InitColorTable()
Overrides
Initialize the color table
Declaration
public void InitColorTable(Office2010Theme theme)
Parameters
Declaration
protected virtual void InitOffice2010BlackColors()
Declaration
protected virtual void InitOffice2010BlueColors()
Declaration
protected virtual void InitOffice2010ManagedColors()
Declaration
protected virtual void InitOffice2010SilverColors()
Refresh the colors when theme changed.
Declaration
public override bool RefreshColors()
Returns
Overrides