TreeView.setTag

Set image and colors for a specific tag. Use colors from the preset color list or a web style hex color.

class TreeView
setTag
(
this T
)

Parameters

name string

The name of the tag.

image Image

The image to associate to the tag.

foreground string

The forground color.

background string

The background color.

Return Value

Type: auto

This widget to aid method chaining.

See Also

Meta