获取 UIButtonBarItemCollection 中,指定索引位置处的 UIButtonBarItem。

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

语法

C#
public UIButtonBarItem Item[
	int index
] { get; }

参数

index
Type: System..::.Int32
指定位置处的索引值。

返回值

指定索引位置对应的 UIButtonBarItem。

请参见