In This Topic
Redraws the specified tab.
Syntax
'Declaration
Public Sub RefreshTab( _
ByVal As Integer _
)
'Usage
Dim instance As TabStrip
Dim index As Integer
instance.RefreshTab(index)
public void RefreshTab(
int
)
Parameters
- index
- Tab index
See Also