点击或拖拽改变大小

DSkinMessageBoxShow 方法 (String, String, MessageBoxButtons)

SAO 样式消息窗

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

参数

text
类型:SystemString
内容
caption
类型:SystemString
标题
buttons
类型:System.Windows.FormsMessageBoxButtons
支持OK YesNo OKCancel

返回值

类型:DialogResult

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

参见