获取集合中指定索引的 UIButtonBarGroup 。

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

语法

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

参数

index
Type: System..::.Int32
子项索引。

返回值

指定索引处的 UIButtonBarGroup。

请参见