点击或拖拽改变大小

DSkinMessageBoxShow 方法 (String, String, MessageBoxIcon)

SAO 样式消息窗

命名空间:  DSkin.Forms
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static DialogResult Show(
	string text,
	string caption,
	MessageBoxIcon icon
)

参数

text
类型:SystemString
内容
caption
类型:SystemString
标题
icon
类型:System.Windows.FormsMessageBoxIcon
主要作用是设置系统音效

返回值

类型:DialogResult

[缺少 "M:DSkin.Forms.DSkinMessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxIcon)" 的 <returns> 文档]

参见