CGXGridParam::SetActivateCellFlags

void SetActivateCellFlags(WORD wFlags);

wFlags

Specifies options for activating/editing the current cell:

  • GX_CAFOCUS_CLICKINTEXT: activate control when user clicks into the text (default setting).

  • GX_CAFOCUS_CLICKONCELL: activate control when user clicks anywhere in the cell.

  • GX_CAFOCUS_SETCURRENT: activate control immediately after moving the current cell.

  • GX_CAFOCUS_DBLCLICKONCELL: activate control when user has double-clicked in the cell.

Remarks

Specifies options for activating/editing the current cell. Possible options are: after moving the cell, when clicking in the text and when clicking on the cell.

See Also

 CGXGridParam::GetActivateCellFlags

CGXGridParam

 Class Overview |  Class Members