将一个 UIButtonBarGroup 对象插入到 UIButtonBarGroupCollection 的特定位置。

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

语法

C#
public void Insert(
	int index,
	UIButtonBarGroup group
)

参数

index
Type: System..::.Int32
待插入的 UIButtonBarGroupCollection 的位置索引值。
group
Type: SuperMap.Desktop.UI..::.UIButtonBarGroup
要插入的 UIButtonBarGroup

请参见