返回指定点位置处的 ButtonBarGroup 对象。

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

语法

C#
public UIButtonBarGroup GetGroupFromPoint(
	Point point
)

参数

point
Type: System.Drawing..::.Point
ButtonBarGroup 对象相对于控件左上角位置的点坐标。

返回值

返回指定点位置处的 ButtonBarGroup 对象。

请参见