[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetTab.-ctor

SheetTab Constructor

SheetTab()

Creates a new sheet name tab.

Declaration
public SheetTab()
Public Sub New()

SheetTab(Control)

Creates a new sheet name tab for the specified control.

Declaration
public SheetTab(Control owner)
Public Sub New(owner As Control)
Parameters
Type Name Description
Control owner

Control that owns the new sheet tab (SheetTab object)

SheetTab(Control, Color, Color, Font)

Creates a new sheet name tab for the specified control with the specified appearance settings.

Declaration
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)
Parameters
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

SheetTab(Control, Color, Color, Font, int)

Creates a new sheet name tab for the specified control with the specified appearance and size settings.

Declaration
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)
Parameters
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