NoteBook.setTabImage

Set a tab's image.

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

Parameters

tabIdentifier I

The zero based index or string id of the tab.

image Image

The image to set on the widget.

imagePosition string

The position of the image relative to the text.

Return Value

Type: auto

This widget to aid method chaining.

See Also

Meta