Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / FireTabStripSelect Method


In This Topic
    FireTabStripSelect Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Sub FireTabStripSelect( _
       ByVal selectedTab As Integer, _
       ByVal scrollLeft As Boolean, _
       ByVal scrollRight As Boolean, _
       ByRef cancel As Boolean _
    ) 
    'Usage
     
    
    Dim instance As TabStrip
    Dim selectedTab As Integer
    Dim scrollLeft As Boolean
    Dim scrollRight As Boolean
    Dim cancel As Boolean
     
    instance.FireTabStripSelect(selectedTab, scrollLeft, scrollRight, cancel)
    protected void FireTabStripSelect( 
       int selectedTab,
       bool scrollLeft,
       bool scrollRight,
       out bool cancel
    )

    Parameters

    selectedTab
    scrollLeft
    scrollRight
    cancel
    See Also