摘要: //初始化控件System.Windows.Forms.ToolTip toolTip = new System.Windows.Forms.ToolTip();//赋值toolTip.SetToolTip(this.button1."按钮控件"); 阅读全文
posted @ 2010-05-28 15:33 MNight 阅读(160) 评论(0) 推荐(0) 编辑