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


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

    Parameters

    index
    Tab index
    newShape
    See Also