In This Topic
Redraws the range of tabs between the specified tabs.
Syntax
'Declaration
Public Sub RefreshTabs( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As TabStrip
Dim index1 As Integer
Dim index2 As Integer
instance.RefreshTabs(index1, index2)
public void RefreshTabs(
int ,
int
)
Parameters
- index1
- index2
See Also