UiElement.setCursor

Set the widget's cursor.

class UiElement
setCursor
(
this T
)
(
string cursor
)

Parameters

cursor string

Any valid widget cursor.

Return Value

Type: auto

This widget to aid method chaining.

See Also

tkd.element.cursor for supported cursors.

Meta