| int CBCGPGridColumnsInfo::HitTestColumn | ( | CPoint | point, |
| BOOL | bDelimiter = FALSE, |
||
| int | nDelta = 0, |
||
| CBCGPGridColumnsInfo::ClickArea * | pnArea = NULL |
||
| ) | const |
Call this method to obtain information about a column from the given point.
| point | Coordinates. |
| bDelimiter | Specifies whether delimiter between columns should be ignored. |
| nDelta | A width of delimiter between columns. |
| pnArea | An optional pointer to ClickArea structure. |