根据指定的参数构造一个 UIButtonBarItem 的新对象。

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

语法

C#
public UIButtonBarItem(
	string text,
	int smallImageIndex
)

参数

text
Type: System..::.String
UIButtonBarItem 要显示的文字内容。
smallImageIndex
Type: System..::.Int32
当 UIButtonBarItem 以小图标形式显示时,显示的图片在图片列表中的索引值。

请参见