点击或拖拽改变大小

DSkinMessageBoxShow 方法 (IWin32Window, String, String, MessageBoxIcon, Boolean, MessageBoxButtons)

SAO 样式消息窗

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

参数

owner
类型:System.Windows.FormsIWin32Window
所有者
text
类型:SystemString
内容
caption
类型:SystemString
标题
icon
类型:System.Windows.FormsMessageBoxIcon
主要作用是设置系统音效
fullScreenMask
类型:SystemBoolean
是否全屏遮罩
buttons
类型:System.Windows.FormsMessageBoxButtons
支持OK YesNo OKCancel

返回值

类型:DialogResult

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

参见