WinForms

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

    Show / Hide Table of Contents

    Class StyleRendererPropertyVS2010

    Represents the default tab properties for StyleRendererPropertyVS2010.

    Inheritance
    System.Object
    TabUIDefaultProperties
    TabPanelProperty2D
    StyleRendererPropertyVS2010
    Implements
    ITabDefaultProperties
    Inherited Members
    TabPanelProperty2D.DefaultTabPanelBackgroundColor(ITabPanelData, ITabControl)
    TabPanelProperty2D.DefaultInactiveTabColor(ITabPanelData, ITabControl)
    TabPanelProperty2D.DefaultActiveTabFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabForeColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultActiveTabColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultFixedSingleBorderColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabPanelFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultInactiveTabFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.IsBackgroundSolid()
    TabUIDefaultProperties.DrawLeftToRight
    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 StyleRendererPropertyVS2010 : TabPanelProperty2D, ITabDefaultProperties

    Constructors

    StyleRendererPropertyVS2010()

    Declaration
    public StyleRendererPropertyVS2010()

    Methods

    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
    TabPanelProperty2D.GetOverlapSize(SizeF)
    Remarks

    This implementation returns (0, 0).

    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 - 2023 Syncfusion Inc. All Rights Reserved