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

    Parameters

    index
    See Also