'Declaration
Public Overridable Sub SetTabShape( _ ByVal index As Integer, _ ByVal newShape As GraphicsPath _ )
'Usage
Dim instance As TabManager Dim index As Integer Dim newShape As GraphicsPath instance.SetTabShape(index, newShape)
public virtual void SetTabShape( int index, GraphicsPath newShape )
Parameters
- index
- Tab index
- newShape