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