WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IRibbonHeader

    Show / Hide Table of Contents

    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 Description
    IRibbonItems

    QuickItems

    Collection of Quick access items

    Declaration
    IRibbonItems QuickItems { get; }
    Property Value
    Type Description
    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 Description
    System.Windows.Forms.ToolStripItemEventHandler

    QuickItemRemoved

    Occurs when an item is removed from the Quick access bar.

    Declaration
    event ToolStripItemEventHandler QuickItemRemoved
    Event Type
    Type Description
    System.Windows.Forms.ToolStripItemEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved