NoteBook.setTabState

Set a tab's state.

class NoteBook
setTabState
(
this T
I
)
(,
string state
)
if (
is(I == int) ||
is(I == string)
)

Parameters

tabIdentifier I

The zero based index or string id of the tab.

state string

A widget state.

Return Value

Type: auto

This widget to aid method chaining.

See Also

tkd.widget.state for states.

Meta