Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / SetTabPicture Method
Tab index


In This Topic
    SetTabPicture Method (TabManager)
    In This Topic
    Sets the picture.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetTabPicture( _
       ByVal index As Integer, _
       ByVal newPicture As Picture _
    ) 
    'Usage
     
    
    Dim instance As TabManager
    Dim index As Integer
    Dim newPicture As Picture
     
    instance.SetTabPicture(index, newPicture)
    public virtual void SetTabPicture( 
       int index,
       Picture newPicture
    )

    Parameters

    index
    Tab index
    newPicture
    See Also