给控件添加提示文字

在窗体中加入ToolTip,在窗体load的时候进行操作

toolTip1.ShowAlways=true;

toolTip1.SetToolTip(this.button,"t提示文字");

posted @ 2014-12-30 16:00  xzh1993  阅读(190)  评论(0)    收藏  举报