Interface IRibbonHeader
Ribbon header interface.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public interface IRibbonHeader
Properties
MainItems
Collection of tab items
Declaration
IRibbonItems MainItems { get; }
Property Value
Type |
---|
IRibbonItems |
QuickItems
Collection of Quick access items
Declaration
IRibbonItems QuickItems { get; }
Property Value
Type |
---|
IRibbonItems |
Methods
AddMainItem(ToolStripItem)
Adds item to Tabs collection
Declaration
void AddMainItem(ToolStripItem item)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.ToolStripItem | item |
AddQuickItem(ToolStripItem)
Adds item to Quick access bar.
Declaration
void AddQuickItem(ToolStripItem item)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.ToolStripItem | item |
Events
QuickItemAdded
Occurs when a new item is added to the Quick access bar.
Declaration
event ToolStripItemEventHandler QuickItemAdded
Event Type
Type |
---|
System.Windows.Forms.ToolStripItemEventHandler |
QuickItemRemoved
Occurs when an item is removed from the Quick access bar.
Declaration
event ToolStripItemEventHandler QuickItemRemoved
Event Type
Type |
---|
System.Windows.Forms.ToolStripItemEventHandler |