Class RibbonTabBar
RibbonTab Bar
Inherited Members
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 |
---|
System.Windows.Forms.ToolStrip |
TopPanel
Gets top panel.
Declaration
public ToolStrip TopPanel { get; }
Property Value
Type |
---|
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
GetHeader()
Retrieves header for the control.
Declaration
protected override IRibbonHeaderControl GetHeader()
Returns
Type | Description |
---|---|
IRibbonHeaderControl | IRibbonHeaderControl instance. |
Overrides
Events
TabChanged
Raised when tab is changed.
Declaration
public event RibbonTabItemChangedEventHandler TabChanged
Event Type
Type |
---|
RibbonTabItemChangedEventHandler |
TabChanging
Raised when tab is about to be changed.
Declaration
public event RibbonTabItemChangingEventHandler TabChanging
Event Type
Type |
---|
RibbonTabItemChangingEventHandler |