2010-12-13 31 views

答えて

17

使用プロパティStatusStrip.ShowItemToolTips

真のツールヒントがStatusStripのために示されている場合。それ以外の場合はfalseです。デフォルトはfalseです。

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