gpt4 book ai didi

c# - winforms - 状态栏标签的工具提示未显示

转载 作者:可可西里 更新时间:2023-11-01 08:19:25 26 4
gpt4 key购买 nike

我在状态栏中有几个标签,我在上面设置了工具提示。

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

状态标签显示正确但工具提示未显示。为什么?

最佳答案

使用属性 StatusStrip.ShowItemToolTips

如果为 StatusStrip 显示工具提示则为真;否则,假的。默认为 false。

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

关于c# - winforms - 状态栏标签的工具提示未显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4427339/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com