WinForms

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

    Show / Hide Table of Contents

    Class TabPanelPropertyWorkbookMode

    Represents the default tab properties for the TabRendererWorkbookMode tab style.

    Inheritance
    System.Object
    TabUIDefaultProperties
    TabPanelPropertyWorkbookMode
    Implements
    ITabDefaultProperties
    Inherited Members
    TabUIDefaultProperties.DefaultTabPanelBackgroundColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabForeColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultInactiveTabColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultFixedSingleBorderColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabPanelFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultInactiveTabFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.OnPaintPanelBackground(ITabControl, Graphics, Color, Rectangle)
    TabUIDefaultProperties.IsBackgroundSolid()
    TabUIDefaultProperties.DrawEllipsis
    TabUIDefaultProperties.ShowInDesignMode
    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 TabPanelPropertyWorkbookMode : TabUIDefaultProperties, ITabDefaultProperties

    Constructors

    TabPanelPropertyWorkbookMode()

    Declaration
    public TabPanelPropertyWorkbookMode()

    Properties

    DrawLeftToRight

    Indicates whether to draw from left to right. Overridden. See DrawLeftToRight

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

    Methods

    DefaultActiveTabColor(ITabPanelData, ITabControl)

    Returns the default Active Tab Color. Overridden. See DefaultActiveTabColor(ITabPanelData, ITabControl).

    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.

    DefaultActiveTabFont(ITabPanelData, ITabControl)

    Returns the default active tab panel font. Overridden. See DefaultActiveTabFont(ITabPanelData, ITabControl).

    Declaration
    public override Font DefaultActiveTabFont(ITabPanelData panelData, ITabControl tabControl)
    Parameters
    Type Name Description
    ITabPanelData panelData

    The tab panel data.

    ITabControl tabControl

    The tab control.

    Returns
    Type Description
    System.Drawing.Font

    A Font value.

    Overrides
    TabUIDefaultProperties.DefaultActiveTabFont(ITabPanelData, ITabControl)
    Remarks

    Returns the default inactive tab font, after making it bold.

    GetOverlapSize(SizeF)

    Returns the overlap size. Overridden. See GetOverlapSize(SizeF).

    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