menu

WinForms

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

    Show / Hide Table of Contents

    Class RibbonTabItem

    Control representing a tab item with associated tab page.

    Inheritance
    System.Object
    RibbonTabItem
    Implements
    IToolStripTabItem
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class RibbonTabItem : ToolStripButton, IToolStripTabItem

    Constructors

    RibbonTabItem()

    Initializes a new instance of the RibbonTabItem class.

    Declaration
    public RibbonTabItem()

    RibbonTabItem(RibbonTabPage)

    Initializes a new instance of the RibbonTabItem class.

    Declaration
    public RibbonTabItem(RibbonTabPage page)
    Parameters
    Type Name Description
    RibbonTabPage page

    Ribbon tabpage

    Properties

    Page

    Gets or sets associated tab page.

    Declaration
    public RibbonTabPage Page { get; set; }
    Property Value
    Type Description
    RibbonTabPage

    Methods

    Activate()

    Raises Activated event.

    Declaration
    public void Activate()

    OnClick(EventArgs)

    Activates the item.

    Declaration
    protected override void OnClick(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    EventArgs that contains the event data.

    Implements

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