menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonTabBar - API Reference

    Show / Hide Table of Contents

    Class RibbonTabBar

    RibbonTab Bar

    Inheritance
    System.Object
    RibbonTabControl
    RibbonTabBar
    Inherited Members
    RibbonTabControl.AddGroup()
    RibbonTabControl.AddGroup(RibbonTabGroup)
    RibbonTabControl.AddTabItem()
    RibbonTabControl.AddItem(ToolStripItem)
    RibbonTabControl.AddTabItem(RibbonTabGroup)
    RibbonTabControl.AddItem(ToolStripItem, RibbonTabGroup)
    RibbonTabControl.GetGroupAtScreenPoint(Point)
    RibbonTabControl.OnLoad(EventArgs)
    RibbonTabControl.OnControlAdded(ControlEventArgs)
    RibbonTabControl.ShouldSerializeGroupsCaptionColor1()
    RibbonTabControl.ResetGroupsCaptionColor1()
    RibbonTabControl.ShouldSerializeGroupsCaptionColor2()
    RibbonTabControl.ResetGroupsCaptionColor2()
    RibbonTabControl.ShouldSerializeGroupsCaptionFontColor()
    RibbonTabControl.ResetGroupsCaptionFontColor()
    RibbonTabControl.Groups
    RibbonTabControl.HeaderSize
    RibbonTabControl.HeaderDock
    RibbonTabControl.FillWidthWithItems
    RibbonTabControl.GroupsCaptionColor1
    RibbonTabControl.GroupsCaptionColor2
    RibbonTabControl.GroupsCaptionFontColor
    RibbonTabControl.Header
    Namespace: Syncfusion.Windows.Forms.Tools.Controls.RibbonTabBar
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class RibbonTabBar : RibbonTabControl

    Constructors

    RibbonTabBar()

    Initializes a new instance of the RibbonTabBar class.

    Declaration
    public RibbonTabBar()

    Properties

    LeftPanel

    Gets left panel.

    Declaration
    public ToolStrip LeftPanel { get; }
    Property Value
    Type Description
    System.Windows.Forms.ToolStrip

    TopPanel

    Gets top panel.

    Declaration
    public ToolStrip TopPanel { get; }
    Property Value
    Type Description
    System.Windows.Forms.ToolStrip

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    Overrides
    RibbonTabControl.Dispose(Boolean)

    GetHeader()

    Retrieves header for the control.

    Declaration
    protected override IRibbonHeaderControl GetHeader()
    Returns
    Type Description
    IRibbonHeaderControl

    IRibbonHeaderControl instance.

    Overrides
    RibbonTabControl.GetHeader()

    Events

    TabChanged

    Raised when tab is changed.

    Declaration
    public event RibbonTabItemChangedEventHandler TabChanged
    Event Type
    Type Description
    RibbonTabItemChangedEventHandler

    TabChanging

    Raised when tab is about to be changed.

    Declaration
    public event RibbonTabItemChangingEventHandler TabChanging
    Event Type
    Type Description
    RibbonTabItemChangingEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved