导航:  Windows Controls Procedures > Rebar Control > Structures >

RBHITTESTINFO

上一页返回章节概述下一页

描述

 

包含命中测试操作的特定信息.此结构与RB_HITTEST消息.

 

FreeBASIC 语法

 

TYPE RBHITTESTINFO

  pt    AS POINT

  flags AS UINT

  iBand AS LONG

END TYPE

 

成员

 

pt

 

POINT structure that describes the point to be hit tested, in client coordinates.

 

flags

 

Member that receives a flag value indicating the rebar band's component located at the point described by pt. This member will be one of the following:

 

RBHT_CAPTION

The point was in the rebar band's caption.

RBHT_CHEVRON

The point was in the rebar band's chevron (version 5.80 and greater).

RBHT_CLIENT

The point was in the rebar band's client area.

RBHT_GRABBER

The point was in the rebar band's gripper.

RBHT_NOWHERE

The point was not in a rebar band.

RBHT_SPLITTER

The point was in the rebar band's splitter.

 

iBand

 

Member that receives the rebar band's index at the point described by pt. This value will be the zero-based index of the band, or -1 if no band was at the hit-tested point.

 

引用文件

 

CommCtrl.bi