WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabPanelPropertyTabGroup

    Show / Hide Table of Contents

    Class TabPanelPropertyTabGroup

    TabPanelPropertyTabGroup contains the required information.

    Inheritance
    System.Object
    TabUIDefaultProperties
    TabPanelPropertyTabGroup
    Implements
    ITabDefaultProperties
    Inherited Members
    TabUIDefaultProperties.DefaultTabForeColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultActiveTabColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultFixedSingleBorderColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabPanelFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultInactiveTabFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultActiveTabFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.OnPaintPanelBackground(ITabControl, Graphics, Color, Rectangle)
    TabUIDefaultProperties.IsBackgroundSolid()
    TabUIDefaultProperties.DrawLeftToRight
    TabUIDefaultProperties.DrawEllipsis
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabPanelPropertyTabGroup : TabUIDefaultProperties, ITabDefaultProperties

    Constructors

    TabPanelPropertyTabGroup()

    Declaration
    public TabPanelPropertyTabGroup()

    Properties

    ShowInDesignMode

    Returns whether the ShowInDesignMode

    Declaration
    public override bool ShowInDesignMode { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    TabUIDefaultProperties.ShowInDesignMode

    Methods

    DefaultInactiveTabColor(ITabPanelData, ITabControl)

    Returns the default inactive tab's color.

    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
    TabUIDefaultProperties.DefaultInactiveTabColor(ITabPanelData, ITabControl)
    Remarks

    This implementation returns the tab control's BackColor.

    DefaultTabPanelBackgroundColor(ITabPanelData, ITabControl)

    Returns the default back color for the panel.

    Declaration
    public override Color DefaultTabPanelBackgroundColor(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.DefaultTabPanelBackgroundColor(ITabPanelData, ITabControl)
    Remarks

    This implementation returns the tab control's BackColor.

    GetOverlapSize(SizeF)

    Returns the overlap size.

    Declaration
    public override SizeF GetOverlapSize(SizeF tabSize)
    Parameters
    Type Name Description
    System.Drawing.SizeF tabSize
    Returns
    Type Description
    System.Drawing.SizeF

    The overlap size.

    Overrides
    TabUIDefaultProperties.GetOverlapSize(SizeF)
    Remarks

    This implementation returns (0, 0).

    Implements

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