返回指定点位置处为 ButtonBar 控件为何种元素。

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

语法

C#
public ButtonBarHitTest HitTest(
	Point point
)

参数

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

返回值

当前点位置处 ButtonBar 控件的 HitTest 信息。

请参见