显示具有指定文本、标题、按钮和图标的提示框。

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

语法

C#
public DialogResult Show(
	string message,
	string title,
	MessageBoxButtons buttons,
	MessageBoxIcon icon
)

参数

message
Type: System..::.String
在提示框中显示的文本。
title
Type: System..::.String
提示框标题栏中显示的文本。
buttons
Type: System.Windows.Forms..::.MessageBoxButtons
在提示框中显示的指定按钮。
icon
Type: System.Windows.Forms..::.MessageBoxIcon
提示框中显示指定图标。

返回值

结果提示框。

实现

IUIMessageBox..::.Show(String, String, MessageBoxButtons, MessageBoxIcon)

请参见