返回指定坐标(x,y)位置处为 ButtonBar 控件为何种元素。

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

语法

C#
public ButtonBarHitTest HitTest(
	int x,
	int y
)

参数

x
Type: System..::.Int32
x 坐标。
y
Type: System..::.Int32
y 坐标。

返回值

当前(x,y)位置处 ButtonBar 控件的 HitTest 信息。

请参见