CGXGridParam::GetHideCurrentCell
WORD GetHideCurrentCell();
Return Value
Returns 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).
See Also
CGXGridParam::SetHideCurrentCell