NoteBook.hideTab

Hide a tab from the notbook.

class NoteBook
hideTab
(
this T
I
)
if (
is(I == int) ||
is(I == string)
)

Parameters

tabIdentifier I

The zero based index or string id of the tab.

Return Value

Type: auto

This widget to aid method chaining.

Meta