CGXGridCore::IsTracking
BOOL IsTracking(int* pnTrackingMode = NULL, ROWCOL* pnTracking = NULL);
pnTrackingMode
Points to an integer value to receive the tracking-mode. The pointer can be NULL if the value is not required. The mode will be set either to GX_TRACKWIDTH when the user is dragging column-widths or GX_TRACKHEIGHT when the user is tracking row-heights.
pnTracking
Points to an integer value to receive the row or column index.
Return Value
TRUE when the user is tracking a row-height or column-width.