Spread WinForms 15
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)

Parameters

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