CGXGridCore::GetHitState
WORD GetHitState( );
Return Value
Returns the state of the mouse-interaction. This parameter can be any combination of the following values:
·GX_SELECT: Cells will be selected.
·GX_HITCURRENTCELL: User pressed mouse in current cell.
If there is no current mouse operation, the value is 0.
Remarks
Call this method to check if the user is doing some mouse interaction (e.g., selecting cells).
See Also
CGXGridCore::OnLButtonHitRowCol CGXGridCore::OnMButtonHitRowCol CGXGridCore::OnRButtonHitRowCol