Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / SetTabPicture Method


In This Topic
    SetTabPicture Method (ITabManager)
    In This Topic
    Sets the picture of the tab.
    Syntax
    'Declaration
     
    
    Sub SetTabPicture( _
       ByVal index As Integer, _
       ByVal newPicture As Picture _
    ) 
    'Usage
     
    
    Dim instance As ITabManager
    Dim index As Integer
    Dim newPicture As Picture
     
    instance.SetTabPicture(index, newPicture)
    void SetTabPicture( 
       int index,
       Picture newPicture
    )

    Parameters

    index
    newPicture
    See Also