It seems that the Label has no Hint or ToolTip or Hovertext property. So what is the preferred method to show a hint, tooltip
Label
Hint
ToolTip
Hovertext
just another way to do it.
Label lbl = new Label(); new ToolTip().SetToolTip(lbl, "tooltip text here");