NoteBook.underlineTabChar

Underline a character in the tab text. The underlined character is used for mnemonic activation if keyboard traversal is enabled.

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

Parameters

tabIdentifier I

The zero based index or string id of the tab.

index int

The index of the character to underline.

Return Value

Type: auto

This widget to aid method chaining.

See Also

Meta