以文本方式查看主题 - Foxtable(狐表) (http://www.foxtable.com/bbs/index.asp) -- 专家坐堂 (http://www.foxtable.com/bbs/list.asp?boardid=2) ---- 控件悬停 提示 (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=176051) |
-- 作者:有点蓝 -- 发布时间:2022/3/28 20:29:00 -- Dim Button14 As WinForm.CheckBox Button14 = e.Form.CreateControl("升序", ControlTypeEnum.CheckBox) e.Form.AddControl(Button14)
Button14.ToolTip = "123" |
-- 作者:有点蓝 -- 发布时间:2022/4/2 8:53:00 -- 注意代码位置咯 \'lbl.BackColor = Color.Sienna lbl.BorderSize = 0 Forms("主窗菜单").Controls("TabControl1").Tabpages(0).AddControl(lbl) lbl.ToolTip = lbl.Text 这个好像只能提示最后一个控件 如何让所有的控件都有提示
Next End If |