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

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

语法

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

参数

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

返回值

结果提示框。

请参见