Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / DeleteTab Method
Tab index


In This Topic
    DeleteTab Method
    In This Topic
    Deletes a tab.
    Syntax
    'Declaration
     
    
    Public Overridable Function DeleteTab( _
       ByVal index As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As TabManager
    Dim index As Integer
    Dim value As Boolean
     
    value = instance.DeleteTab(index)
    public virtual bool DeleteTab( 
       int index
    )

    Parameters

    index
    Tab index
    See Also