Class RibbonTabItem
Control representing a tab item with associated tab page.
Inheritance
System.Object
RibbonTabItem
Implements
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 |
---|
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. |