Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / SetTabPicture Method


In This Topic
SetTabPicture Method (TabStrip)
In This Topic
Sets the picture to display in the specified tab.
Syntax
'Declaration
 
Public Overridable Sub SetTabPicture( _
   ByVal index As Integer, _
   ByVal newPicture As Picture _
) 
 
'Usage
 
Dim instance As TabStrip
Dim index As Integer
Dim newPicture As Picture
 
instance.SetTabPicture(index, newPicture)

Parameters

index
newPicture
See Also