Spread Windows Forms 17
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)
    public virtual Picture GetTabPicture( 
       int index
    )

    Parameters

    index
    See Also