点击或拖拽改变大小

MessageBoxShow 方法

弹窗提示

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static Task<Object> Show(
	string message,
	string title = null,
	Window owner = null
)

参数

message
类型:SystemString

[缺少 "M:CPF.Controls.MessageBox.Show(System.String,System.String,CPF.Controls.Window)" 的 <param name="message"/> 文档]

title (Optional)
类型:SystemString

[缺少 "M:CPF.Controls.MessageBox.Show(System.String,System.String,CPF.Controls.Window)" 的 <param name="title"/> 文档]

owner (Optional)
类型:CPF.ControlsWindow
如果为null,则使用主窗体

返回值

类型:TaskObject

[缺少 "M:CPF.Controls.MessageBox.Show(System.String,System.String,CPF.Controls.Window)" 的 <returns> 文档]

参见