根据特定位置,指定该位置为 ButtonBar 控件的何种元素,ButtonBar、ButtonBarGroup 或者背景区域。

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

语法

C#
public enum ButtonBarHitTest

成员

成员名称描述
ButtonBarItem
ButtonBar 控件中的一个子项。
ButtonBarGroup
ButtonBar 控件中的一个 ButtonBarGroup。
None
ButtonBar 控件的背景区域。当此控件包含几个子项对象时,或者当 ButtonBar 中滚动条滑至控件最下端时,背景区域可见。

请参见