[]
        
(Showing Draft Content)

FarPoint.Win.TabManager.InsertTab

InsertTab Method

InsertTab(int, string, Color, Color, Font, GraphicsPath, Picture)

Inserts a tab.

Declaration
public virtual bool InsertTab(int index, string text, Color bColor, Color fColor, Font tFont, GraphicsPath shape, Picture picture)
Public Overridable Function InsertTab(index As Integer, text As String, bColor As Color, fColor As Color, tFont As Font, shape As GraphicsPath, picture As Picture) As Boolean
Parameters
Type Name Description
int index

Tab index

string text

The index of tab.

Color bColor

The background color of tab.

Color fColor

The foreground color of tab.

Font tFont

The font of tab.

GraphicsPath shape

The graphic path of tab.

Picture picture

The background picture of tab.

Returns
Type Description
bool

true if successful;otherwise false