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
System.Windows.Forms.ToolTip ToolTip1 = new System.Windows.Forms.ToolTip(); ToolTip1.SetToolTip( Label1, "Label for Label1");