Class BackStageTabItem
BackStage control for New and Info Tab panel
Inheritance
System.Object
BackStageTabItem
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class BackStageTabItem : Control, IDisposable
Constructors
BackStageTabItem(Boolean)
Constructor for the NewTabPanel
Declaration
public BackStageTabItem(bool isNewTab)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isNewTab |
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. |
Implements
System.IDisposable