CGXGridParam::SetHideCurrentCell

void SetHideCurrentCell(WORD nSetting);

nSetting

Specifies options for hiding the frame of the current cell.

  • GX_HIDE_NEVER: Current cell will never be hidden and always outlined with a frame.

  • GX_HIDE_ALWAYS: Current cell will always be hidden and never outlined with a frame.

  • GX_HIDE_INACTIVEFRAME: Current cell will only be outlined with a frame when the grid view/window is active (default setting).

Remarks

Specifies options for hiding the frame of the current cell. Possible options are: never, when grid is inactive, or always.

If you want to use the grid in list box mode, it looks better if you call SetHideCurrentCell(GX_HIDE_ALWAYS).

See Also

 CGXGridParam::GetHideCurrentCell  CGXGridParam::SetSpecialMode

CGXGridParam

 Class Overview |  Class Members