Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / GetTabShape Method


In This Topic
    GetTabShape Method (ITabManager)
    In This Topic
    Gets tab shape.
    Syntax
    'Declaration
     
    
    Function GetTabShape( _
       ByVal index As Integer _
    ) As GraphicsPath
    'Usage
     
    
    Dim instance As ITabManager
    Dim index As Integer
    Dim value As GraphicsPath
     
    value = instance.GetTabShape(index)
    GraphicsPath GetTabShape( 
       int index
    )

    Parameters

    index
    See Also