Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / InsertTab Method
Tab index


In This Topic
    InsertTab Method
    In This Topic
    Inserts a tab.
    Syntax
    'Declaration
     
    
    Public Overridable Function InsertTab( _
       ByVal index As Integer, _
       ByVal text As String, _
       ByVal bColor As Color, _
       ByVal fColor As Color, _
       ByVal tFont As Font, _
       ByVal shape As GraphicsPath, _
       ByVal picture As Picture _
    ) As Boolean
    'Usage
     
    
    Dim instance As TabManager
    Dim index As Integer
    Dim text As String
    Dim bColor As Color
    Dim fColor As Color
    Dim tFont As Font
    Dim shape As GraphicsPath
    Dim picture As Picture
    Dim value As Boolean
     
    value = instance.InsertTab(index, text, bColor, fColor, tFont, shape, picture)

    Parameters

    index
    Tab index
    text
    bColor
    fColor
    tFont
    shape
    picture
    See Also