menu

WinForms

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

    Show / Hide Table of Contents

    Class StyleRendererPropertyDockingWhidbey

    Represents the default tab properties for the tab style.

    Inheritance
    System.Object
    TabUIDefaultProperties
    TabPanelProperty2D
    StyleRendererPropertyDockingWhidbey
    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.DefaultInactiveTabColor(ITabPanelData, ITabControl)
    TabPanelProperty2D.DefaultTabPanelBackgroundColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultFixedSingleBorderColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultInactiveTabFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabForeColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabPanelFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DrawLeftToRight
    TabUIDefaultProperties.IsBackgroundSolid()
    TabUIDefaultProperties.ShowInDesignMode
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class StyleRendererPropertyDockingWhidbey : TabPanelProperty2D, ITabDefaultProperties

    Constructors

    StyleRendererPropertyDockingWhidbey()

    Declaration
    public StyleRendererPropertyDockingWhidbey()

    Properties

    DrawEllipsis

    Indicates whether to draw ellipsis if text width is larger than tab width.

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

    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.

    GetOverlapSize(SizeF)

    Returns the size by which the selected tab overlaps the inactive tabs.

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

    Tab size

    Returns
    Type Description
    System.Drawing.SizeF

    Returns the overlap size

    Overrides
    TabPanelProperty2D.GetOverlapSize(SizeF)

    OnPaintPanelBackground(ITabControl, Graphics, Color, Rectangle)

    Draws the background of the tab panel.

    Declaration
    public override void OnPaintPanelBackground(ITabControl tabControl, Graphics g, Color bgColor, Rectangle bounds)
    Parameters
    Type Name Description
    ITabControl tabControl

    The parent ITabControl implementation.

    System.Drawing.Graphics g

    The Graphics into which to draw.

    System.Drawing.Color bgColor

    The background color.

    System.Drawing.Rectangle bounds

    The rectangular bounds of the tab panel.

    Overrides
    TabUIDefaultProperties.OnPaintPanelBackground(ITabControl, Graphics, Color, Rectangle)

    Implements

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