2010-12-13 2 views

risposta

17

Usa proprietà StatusStrip.ShowItemToolTips

True se le descrizioni comandi sono mostrati per la StatusStrip; altrimenti, falso. Il valore predefinito è falso.

statusStrip1.ShowItemToolTips = true; 
statusLblWeek.Text = weeklyHrs.ToString(); 
statusLblWeek.ToolTipText = " Consumption of this week " + statusLblWeek.Text;