Class ColorTableVS2010
Keeps the different colors for different part of docking windows (Office VS2010-like appearance).
Inheritance
System.Object
ColorTableVS2010
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 ColorTableVS2010 : ColorTableBase
Constructors
Constructor of the ColorTableVS2010.
Declaration
public ColorTableVS2010()
Fields
Declaration
protected Color m_ActiveButtonBottomColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_ActiveButtonTopColor
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_ButtonBorderColor
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_GripperBackgroundColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_GripperForegroundColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_InnerBorderColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_OuterBorderColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_PushedButtonBottomColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_PushedButtonImageColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_PushedButtonTopColor
Field Value
Type |
System.Drawing.Color |
m_TextColor
Declaration
protected Color m_TextColor
Field Value
Type |
System.Drawing.Color |
Properties
Contains the ActiveButtonBottomColor of appropriate themes.
Declaration
public Color ActiveButtonBottomColor { get; }
Property Value
Type |
System.Drawing.Color |
Contains the ActiveButtonTopColor of appropriate themes.
Declaration
public Color ActiveButtonTopColor { 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 ButtonBorderColor of appropriate themes.
Declaration
public Color ButtonBorderColor { 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 GripperBackgroundColor of appropriate themes.
Declaration
public Color GripperBackgroundColor { get; }
Property Value
Type |
System.Drawing.Color |
Contains the GripperForegroundColor of appropriate themes.
Declaration
public Color GripperForegroundColor { 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 OuterBorderColor of appropriate themes.
Declaration
public Color OuterBorderColor { get; }
Property Value
Type |
System.Drawing.Color |
Contains the PushedButtonBottomColor of appropriate themes.
Declaration
public Color PushedButtonBottomColor { get; }
Property Value
Type |
System.Drawing.Color |
Contains the PushedButtonImageColor of appropriate themes.
Declaration
public Color PushedButtonImageColor { get; }
Property Value
Type |
System.Drawing.Color |
Contains the PushedButtonTopColor of appropriate themes.
Declaration
public Color PushedButtonTopColor { 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