在指定对象的前面显示具有指定文本、标题、按钮和图标的提示框。

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll

语法

C#
DialogResult Show(
	IWin32Window owner,
	string text,
	string caption,
	MessageBoxButtons buttons,
	MessageBoxIcon icon
)

参数

owner
Type: System.Windows.Forms..::.IWin32Window
指定模式的 IWin32Window 对话框。
text
Type: System..::.String
指定的提示文本。
caption
Type: System..::.String
指定的标题文本。
buttons
Type: System.Windows.Forms..::.MessageBoxButtons
提示框中的指定按钮。
icon
Type: System.Windows.Forms..::.MessageBoxIcon
提示框中的指定图标。

返回值

结果提示框。

请参见