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


In This Topic
    GetTabShape Method (TabStrip)
    In This Topic
    Gets the shape of the specified tab.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetTabShape( _
       ByVal index As Integer _
    ) As GraphicsPath
    'Usage
     
    
    Dim instance As TabStrip
    Dim index As Integer
    Dim value As GraphicsPath
     
    value = instance.GetTabShape(index)
    public virtual GraphicsPath GetTabShape( 
       int index
    )

    Parameters

    index
    See Also