根据指定的参数创建一个新的 UIButtonBarItem,并将该对象添加到 UIButtonBarItemCollection 的最末。

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

语法

C#
public void Add(
	string text,
	int imageIndex
)

参数

text
Type: System..::.String
新创建的 UIButtonBarItem 上显示的文字内容。
imageIndex
Type: System..::.Int32
新创建的 UIButtonBarItem 上小图标的图片的索引值。

请参见