SetTabInsertionBar Method
In This Topic
Sets the tab insertion bar.
Syntax
'Declaration
Protected Sub SetTabInsertionBar( _
ByVal As Integer, _
ByVal As Boolean, _
ByVal 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 ,
bool ,
bool
)
Parameters
- hitTestTab
- Integer tab index
- rightOfTabs
- Whether to set it to the right of the tabs
- setBar
- Whether to set the bar
See Also