RBHITTESTINFORBHITTESTINFO*
*Contents  *Index  *Topic Contents
*Previous Topic: NMREBARCHILDSIZE
*Next Topic: REBARBANDINFO

RBHITTESTINFO


typedef struct _RB_HITTESTINFO {
    POINT pt;
    UINT  flags;
    int   iBand;
} RBHITTESTINFO, FAR *LPRBHITTESTINFO;

Contains information specific to a hit test operation. This structure is used with the RB_HITTEST message.

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_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.
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.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.