menu

WinForms

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

    Show / Hide Table of Contents

    Class TabPanelRendererOffice2016Colorful

    Represents the default tab properties for the TabRendererOffice2016Colorful tab style.

    Inheritance
    System.Object
    TabUIDefaultProperties
    TabPanelProperty2D
    TabPanelRendererOffice2016Colorful
    Implements
    ITabDefaultProperties
    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()
    TabPanelProperty2D.DefaultActiveTabFont(ITabPanelData, ITabControl)
    TabPanelProperty2D.DefaultTabPanelBackgroundColor(ITabPanelData, ITabControl)
    TabPanelProperty2D.GetOverlapSize(SizeF)
    TabUIDefaultProperties.DefaultInactiveTabFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabForeColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabPanelFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DrawEllipsis
    TabUIDefaultProperties.DrawLeftToRight
    TabUIDefaultProperties.IsBackgroundSolid()
    TabUIDefaultProperties.OnPaintPanelBackground(ITabControl, Graphics, Color, Rectangle)
    TabUIDefaultProperties.ShowInDesignMode
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabPanelRendererOffice2016Colorful : TabPanelProperty2D, ITabDefaultProperties

    Constructors

    TabPanelRendererOffice2016Colorful()

    Declaration
    public TabPanelRendererOffice2016Colorful()

    Methods

    DefaultActiveTabColor(ITabPanelData, ITabControl)

    Returns the default Active Tab Color.

    Declaration
    public override Color DefaultActiveTabColor(ITabPanelData panelData, ITabControl tabControl)
    Parameters
    Type Name Description
    ITabPanelData panelData

    The tab panel data.

    ITabControl tabControl

    The tab control.

    Returns
    Type Description
    System.Drawing.Color

    A Color value.

    Overrides
    TabUIDefaultProperties.DefaultActiveTabColor(ITabPanelData, ITabControl)
    Remarks

    This implementation returns the tab control's BackColor.

    DefaultFixedSingleBorderColor(ITabPanelData, ITabControl)

    Returns the default single border color.

    Declaration
    public override Color DefaultFixedSingleBorderColor(ITabPanelData panelData, ITabControl tabControl)
    Parameters
    Type Name Description
    ITabPanelData panelData

    The tab panel data.

    ITabControl tabControl

    The tab control.

    Returns
    Type Description
    System.Drawing.Color

    A Color value.

    Overrides
    TabUIDefaultProperties.DefaultFixedSingleBorderColor(ITabPanelData, ITabControl)
    Remarks

    This implementation returns a system color.

    DefaultInactiveTabColor(ITabPanelData, ITabControl)

    Returns the default Inactive TabColor. Overridden. See DefaultInactiveTabColor(ITabPanelData, ITabControl).

    Declaration
    public override Color DefaultInactiveTabColor(ITabPanelData panelData, ITabControl tabControl)
    Parameters
    Type Name Description
    ITabPanelData panelData

    The tab panel data.

    ITabControl tabControl

    The tab control.

    Returns
    Type Description
    System.Drawing.Color

    A Color value.

    Overrides
    TabPanelProperty2D.DefaultInactiveTabColor(ITabPanelData, ITabControl)
    Remarks

    This implementation returns the tab control's BackColor.

    Implements

    ITabDefaultProperties
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved