Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / SetTabPicture Method
Tab index


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

Parameters

index
Tab index
newPicture
See Also