NoteBook.setTabText

Set a tab's text.

class NoteBook
setTabText
(
this T
I
)
(,
string text
)
if (
is(I == int) ||
is(I == string)
)

Parameters

tabIdentifier I

The zero based index or string id of the tab.

text string

The tab text.

Return Value

Type: auto

This widget to aid method chaining.

Meta