menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WindowsXPThemeColors - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WindowsXPThemeColors

    Inheritance
    System.Object
    WindowsXPThemeColors
    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
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class WindowsXPThemeColors

    Constructors

    WindowsXPThemeColors()

    Declaration
    public WindowsXPThemeColors()

    Properties

    TabControlAdvActiveBorderColor

    Used for drawing the borders of tabPages.

    Declaration
    public static Color TabControlAdvActiveBorderColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TabControlAdvActiveBottomTabColor

    Used for drawing the active tabPage.

    Declaration
    public static Color TabControlAdvActiveBottomTabColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TabControlAdvActiveTopTabColor

    Used for drawing the active tabPage.

    Declaration
    public static Color TabControlAdvActiveTopTabColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TabControlAdvHighLightedBottomTabColor

    Used for drawing the highlighted tabPage.

    Declaration
    public static Color TabControlAdvHighLightedBottomTabColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TabControlAdvHighLightedTopTabColor

    Used for drawing the highlighted tabPage.

    Declaration
    public static Color TabControlAdvHighLightedTopTabColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TabControlAdvInactiveBorderColor

    Used for drawing the borders of tabPages.

    Declaration
    public static Color TabControlAdvInactiveBorderColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TabControlAdvInactiveBottomTabColor

    Used for drawing the inactive tabPage.

    Declaration
    public static Color TabControlAdvInactiveBottomTabColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TabControlAdvInactiveTopTabColor

    Used for drawing the inactive tabPage.

    Declaration
    public static Color TabControlAdvInactiveTopTabColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TabControlAdvLightBorderColor

    Used for drawing the borders of tabPages.

    Declaration
    public static Color TabControlAdvLightBorderColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TabControlAdvTabPanelBackGroundColor

    Used for drawing the tabControlAdv tabPanel background.

    Declaration
    public static Color TabControlAdvTabPanelBackGroundColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    Methods

    UpdateColors()

    Initializes colors based on Windows XP color scheme.

    Declaration
    public static void UpdateColors()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved