Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetTab Class / SheetTab Constructor / SheetTab Constructor(Control,Color,Color,Font,Int32)
Control that owns the new sheet tab (SheetTab object)
Background color of the sheet tab
Text color of the sheet tab
Text font of the sheet tab
Integer width of the tab in pixels


In This Topic
    SheetTab Constructor(Control,Color,Color,Font,Int32)
    In This Topic
    Creates a new sheet name tab for the specified control with the specified appearance and size settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As Control, _
       ByVal backColor As Color, _
       ByVal foreColor As Color, _
       ByVal font As Font, _
       ByVal size As Integer _
    )
    'Usage
     
    
    Dim owner As Control
    Dim backColor As Color
    Dim foreColor As Color
    Dim font As Font
    Dim size As Integer
     
    Dim instance As New SheetTab(owner, backColor, foreColor, font, size)

    Parameters

    owner
    Control that owns the new sheet tab (SheetTab object)
    backColor
    Background color of the sheet tab
    foreColor
    Text color of the sheet tab
    font
    Text font of the sheet tab
    size
    Integer width of the tab in pixels
    See Also