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


In This Topic
    SetTabShape Method (TabStrip)
    In This Topic
    Sets the shape of the specified tab.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetTabShape( _
       ByVal index As Integer, _
       ByVal newShape As GraphicsPath _
    ) 
    'Usage
     
    
    Dim instance As TabStrip
    Dim index As Integer
    Dim newShape As GraphicsPath
     
    instance.SetTabShape(index, newShape)
    public virtual void SetTabShape( 
       int index,
       GraphicsPath newShape
    )

    Parameters

    index
    newShape
    See Also