[]
        
(Showing Draft Content)

FarPoint.Win.TabManager.SetTabShape

SetTabShape Method

SetTabShape(int, GraphicsPath)

Sets the shape of the tab.

Declaration
public virtual void SetTabShape(int index, GraphicsPath newShape)
Public Overridable Sub SetTabShape(index As Integer, newShape As GraphicsPath)
Parameters
Type Name Description
int index

Tab index

GraphicsPath newShape
Implements