menu

WinForms

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

    Show / Hide Table of Contents

    Interface ITabPanelDefaultProperties

    Implement this interface to provide certain default properties for the tab panel.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface ITabPanelDefaultProperties
    Remarks

    You should implement this interface when you create custom tabs along with the ITabRenderer implementation. A default implementation is available using TabUIDefaultProperties.

    Methods

    DefaultActiveTabColor()

    Returns the default active tab's color.

    Declaration
    Color DefaultActiveTabColor()
    Returns
    Type Description
    System.Drawing.Color

    A System.Drawing.Color.

    DefaultActiveTabFont()

    Returns the default active tab font.

    Declaration
    Font DefaultActiveTabFont()
    Returns
    Type Description
    System.Drawing.Font

    A System.Drawing.Font.

    DefaultFixedSingleBorderColor()

    Returns the default single border Color.

    Declaration
    Color DefaultFixedSingleBorderColor()
    Returns
    Type Description
    System.Drawing.Color

    A System.Drawing.Color.

    DefaultInactiveTabColor()

    Returns the default inactive tab's color.

    Declaration
    Color DefaultInactiveTabColor()
    Returns
    Type Description
    System.Drawing.Color

    A System.Drawing.Color.

    DefaultInactiveTabFont()

    Returns the default inactive tab font.

    Declaration
    Font DefaultInactiveTabFont()
    Returns
    Type Description
    System.Drawing.Font

    A System.Drawing.Font.

    DefaultTabForeColor()

    Returns the tab's fore color.

    Declaration
    Color DefaultTabForeColor()
    Returns
    Type Description
    System.Drawing.Color

    A System.Drawing.Color.

    DefaultTabPanelBackgroundColor()

    Returns the default tab panel background color.

    Declaration
    Color DefaultTabPanelBackgroundColor()
    Returns
    Type Description
    System.Drawing.Color

    A System.Drawing.Color.

    DefaultTabPanelFont()

    Returns the default tab panel font.

    Declaration
    Font DefaultTabPanelFont()
    Returns
    Type Description
    System.Drawing.Font

    A System.Drawing.Font.

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