FormPopup 构造函数 (String, Color) |
实例化一个窗口信息弹出的对象
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public FormPopup(
string infotext,
Color infocolor
)
Public Sub New (
infotext As String,
infocolor As Color
)
public:
FormPopup(
String^ infotext,
Color infocolor
)
new :
infotext : string *
infocolor : Color -> FormPopup
参数
- infotext
- 类型:SystemString
需要显示的文本 - infocolor
- 类型:System.DrawingColor
文本的颜色
参见