Spread WinForms 15
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)

Parameters

index
See Also