Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / SetTabPicture Method


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

    Parameters

    index
    newPicture
    See Also