Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / SetTabInsertionBar Method
Integer tab index
Whether to set it to the right of the tabs
Whether to set the bar


In This Topic
    SetTabInsertionBar Method
    In This Topic
    Sets the tab insertion bar.
    Syntax
    'Declaration
     
    
    Protected Sub SetTabInsertionBar( _
       ByVal hitTestTab As Integer, _
       ByVal rightOfTabs As Boolean, _
       ByVal setBar As Boolean _
    ) 
    'Usage
     
    
    Dim instance As TabStrip
    Dim hitTestTab As Integer
    Dim rightOfTabs As Boolean
    Dim setBar As Boolean
     
    instance.SetTabInsertionBar(hitTestTab, rightOfTabs, setBar)
    protected void SetTabInsertionBar( 
       int hitTestTab,
       bool rightOfTabs,
       bool setBar
    )

    Parameters

    hitTestTab
    Integer tab index
    rightOfTabs
    Whether to set it to the right of the tabs
    setBar
    Whether to set the bar
    See Also