判断一个 UIButtonBarGroup 对象是否为 UIButtonBarGroupCollection 的成员。

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

语法

C#
public bool Contains(
	UIButtonBarGroup group
)

参数

group
Type: SuperMap.Desktop.UI..::.UIButtonBarGroup
指定的 UIButtonBarGroup 对象。

返回值

一个布尔值,true 表示该对象是 UIButtonBarGroupCollection 的成员;否则该对象不是 UIButtonBarGroupCollection 成员。

请参见