NoteBook.setTabImagePosition

Change the position of the tab image in relation to the text.

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

Parameters

tabIdentifier I

The zero based index or string id of the tab.

imagePosition string

The position of the image relative to the text.

Return Value

Type: auto

This widget to aid method chaining.

See Also

Meta