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


In This Topic
GetTabPicture Method (TabStrip)
In This Topic
Gets the picture displayed in the specified tab.
Syntax
'Declaration
 
Public Overridable Function GetTabPicture( _
   ByVal index As Integer _
) As Picture
 
'Usage
 
Dim instance As TabStrip
Dim index As Integer
Dim value As Picture
 
value = instance.GetTabPicture(index)

Parameters

index
See Also