[]
Creates a new sheet name tab.
public SheetTab()
Public Sub New()
Creates a new sheet name tab for the specified control.
public SheetTab(Control owner)
Public Sub New(owner As Control)
Type | Name | Description |
---|---|---|
Control | owner | Control that owns the new sheet tab (SheetTab object) |
Creates a new sheet name tab for the specified control with the specified appearance settings.
public SheetTab(Control owner, Color backColor, Color foreColor, Font font)
Public Sub New(owner As Control, backColor As Color, foreColor As Color, font As Font)
Type | Name | Description |
---|---|---|
Control | owner | Control that owns the new sheet tab (SheetTab object) |
Color | backColor | Background color of the sheet tab |
Color | foreColor | Text color of the sheet tab |
Font | font | Text font of the sheet tab |
Creates a new sheet name tab for the specified control with the specified appearance and size settings.
public SheetTab(Control owner, Color backColor, Color foreColor, Font font, int size)
Public Sub New(owner As Control, backColor As Color, foreColor As Color, font As Font, size As Integer)
Type | Name | Description |
---|---|---|
Control | owner | Control that owns the new sheet tab (SheetTab object) |
Color | backColor | Background color of the sheet tab |
Color | foreColor | Text color of the sheet tab |
Font | font | Text font of the sheet tab |
int | size | Integer width of the tab in pixels |