klyn.gui.windows.TreeNode.statusColor
property
public property statusColor as Color = null
Description

Optional status indicator painted at the right of the row.

This keeps the node label readable while exposing a compact state such as success, failure, warning or synchronization status.

node = TreeNode("Import data")
node.statusColor = Color.parse("#22C55E")