2010-12-13 64 views

回答

17

使用属性StatusStrip.ShowItemToolTips

真,如果显示为StatusStrip中工具提示;否则,是错误的。默认值是false。

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