menu

WinForms

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

    Show / Hide Table of Contents

    Class TabUIOffice2003Properties

    TabUIOffice2003Properties describes properties for painting tab groups in AH mode Offise2003 style.

    Inheritance
    System.Object
    TabUIDefaultProperties
    OneNoteStyleRendererProperty
    TabUIOffice2003Properties
    Implements
    ITabDefaultProperties
    Inherited Members
    OneNoteStyleRendererProperty.DefaultActiveTabColor(ITabPanelData, ITabControl)
    OneNoteStyleRendererProperty.DefaultFixedSingleBorderColor(ITabPanelData, ITabControl)
    OneNoteStyleRendererProperty.DefaultInactiveTabColor(ITabPanelData, ITabControl)
    OneNoteStyleRendererProperty.DefaultTabPanelBackgroundColor(ITabPanelData, ITabControl)
    OneNoteStyleRendererProperty.IsBackgroundSolid()
    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()
    TabUIDefaultProperties.DefaultActiveTabFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultInactiveTabFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabForeColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabPanelFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DrawEllipsis
    TabUIDefaultProperties.ShowInDesignMode
    Namespace: Syncfusion.Windows.Forms.Tools.Renderers
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabUIOffice2003Properties : OneNoteStyleRendererProperty, ITabDefaultProperties

    Constructors

    TabUIOffice2003Properties()

    Declaration
    public TabUIOffice2003Properties()

    Properties

    DrawLeftToRight

    Indicates whether to draw from left to right.

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

    Methods

    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
    Returns
    Type
    System.Drawing.SizeF
    Overrides
    OneNoteStyleRendererProperty.GetOverlapSize(SizeF)

    OnPaintPanelBackground(ITabControl, Graphics, Color, Rectangle)

    Paints panel back ground.

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

    Panel owner.

    System.Drawing.Graphics g

    Graphics to use.

    System.Drawing.Color bgColor

    Background color.

    System.Drawing.Rectangle bounds

    Bounds of panel to paint.

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

    Implements

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