在指定对象的前面显示具有指定提示信息、标题和自定义按钮内容的提示框。

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

语法

C#
DialogResult Show(
	string message,
	string title,
	MessageBoxButtons buttons,
	string[] buttonTitles
)

参数

message
Type: System..::.String
在提示框中显示的文本信息。
title
Type: System..::.String
提示框标题栏中显示的文本。
buttons
Type: System.Windows.Forms..::.MessageBoxButtons
在提示框中显示的指定按钮。
buttonTitles
Type: array< System..::.String >[]()[]
在提示框中显示的按钮的标题

返回值

请参见