In This Topic
Inserts a tab.
Syntax
'Declaration
Public Overridable Function InsertTab( _
ByVal As Integer, _
ByVal As String, _
ByVal As Color, _
ByVal As Color, _
ByVal As Font, _
ByVal As GraphicsPath, _
ByVal As Picture _
) As Boolean
'Usage
Dim instance As TabManager
Dim index As Integer
Dim text As String
Dim bColor As Color
Dim fColor As Color
Dim tFont As Font
Dim shape As GraphicsPath
Dim picture As Picture
Dim value As Boolean
value = instance.InsertTab(index, text, bColor, fColor, tFont, shape, picture)
public virtual bool InsertTab(
int ,
string ,
Color ,
Color ,
Font ,
GraphicsPath ,
Picture
)
Parameters
- index
- Tab index
- text
- bColor
- fColor
- tFont
- shape
- picture
See Also