Class ColorTableVS2012
Keeps the different colors for different part of docking windows (Visual Studio 2012-like appearance).
Inheritance
System.Object
ColorTableVS2012
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 ColorTableVS2012 : ColorTableBase
Constructors
Constructor of the ColorTableVS2012.
Declaration
public ColorTableVS2012()
Fields
Declaration
protected Color m_ActiveButtonBorderColor
Field Value
| Type |
| System.Drawing.Color |
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_ActiveCaptionBottomColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_ActiveCaptionTopColor
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 bool m_bThemesXP
Field Value
Declaration
protected Color m_ButtonBorderColor
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_CaptionBottomColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_CaptionTopColor
Field Value
| Type |
| System.Drawing.Color |
Declaration
protected Color m_InnerBorderColor
Field Value
| Type |
| System.Drawing.Color |
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 ActiveButtonBorderColor of appropriate themes.
Declaration
public Color ActiveButtonBorderColor { get; }
Property Value
| Type |
| System.Drawing.Color |
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 ActiveCaptionBottomColor of appropriate themes.
Declaration
public Color ActiveCaptionBottomColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the ActiveCaptionTopColor of appropriate themes.
Declaration
public Color ActiveCaptionTopColor { get; }
Property Value
| Type |
| System.Drawing.Color |
ActiveTextColor
Contains the ActiveTextColor of appropriate themes.
Declaration
public Color ActiveTextColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the BorderColor of appropriate themes.
Declaration
public Color BorderColor { 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 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 CaptionBottomColor of appropriate themes.
Declaration
public Color CaptionBottomColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the CaptionTopColor of appropriate themes.
Declaration
public Color CaptionTopColor { get; }
Property Value
| Type |
| System.Drawing.Color |
Contains the InnerBorderColor of appropriate themes.
Declaration
public Color InnerBorderColor { 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
Declaration
protected override void InitWindowsClassicColors()
Overrides
Declaration
protected override void InitXPBlueColors()
Overrides
Declaration
protected override void InitXPOliveColors()
Overrides
Declaration
protected override void InitXPSilverColors()
Overrides
Declaration
protected override void InitXPZuneColors()
Overrides