OWLNext 7.0
Borland's Object Windows Library for the modern age
|
THeaderHitTestInfo contains hittest information for the header control. More...
#include <owl/colmnhdr.h>
Public Member Functions | |
THeaderHitTestInfo (const TPoint &pt) | |
Initializes the client ooordinates being hit-tested with the specified TPoint parameter. | |
THeaderHitTestInfo (int x, int y) | |
Initializes the client ooordinates being hit-tested with the specified 'x' and 'y' locations. | |
THeaderHitTestInfo contains hittest information for the header control.
It is used with the TColumnHeader::HitTest method.
Definition at line 104 of file colmnhdr.h.
|
inline |
Initializes the client ooordinates being hit-tested with the specified TPoint parameter.
Definition at line 342 of file colmnhdr.h.
Initializes the client ooordinates being hit-tested with the specified 'x' and 'y' locations.
Definition at line 352 of file colmnhdr.h.