Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / SetTabShape Method


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

Parameters

index
newShape
See Also