点击或拖拽改变大小

FormPopup 构造函数 (String, Color, Int32)

实例化一个窗口信息弹出的对象

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public FormPopup(
	string infotext,
	Color infocolor,
	int existTime
)

参数

infotext
类型:SystemString
需要显示的文本
infocolor
类型:System.DrawingColor
文本的颜色
existTime
类型:SystemInt32
指定窗口多少时间后消失,单位毫秒
参见