Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / GetTabShape Method
Tab index


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

Parameters

index
Tab index
See Also