根据指定的参数构造一个 UITextBoxWithButton() 对象。

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

语法

C#
public UITextBoxWithButton(
	FileDialogType fileDialogType,
	string filter,
	string title
)

参数

fileDialogType
Type: SuperMap.Desktop.UI..::.FileDialogType
文件对话框状态。
filter
Type: System..::.String
过滤条件。
title
Type: System..::.String
标题名称。

请参见