[]
Inserts a tab.
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
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. |
Type | Description |
---|---|
bool | true if successful;otherwise false |