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

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

语法

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

参数

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

返回值

结果提示框。

实现

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

请参见