Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / GetTabPicture Method


In This Topic
GetTabPicture Method (ITabManager)
In This Topic
Gets the picture of the tab.
Syntax
'Declaration
 
Function GetTabPicture( _
   ByVal index As Integer _
) As Picture
 
'Usage
 
Dim instance As ITabManager
Dim index As Integer
Dim value As Picture
 
value = instance.GetTabPicture(index)

Parameters

index
See Also