<< Return to Main Index

< Return to Class Index

CGXGridParam::EnableSelection

void EnableSelection(WORD wFlags = GX_SELFULL);

wFlags

GX_SELKEYBOARD specifies selecting with SHIFT+Arrow Key.

Remarks

Specifies the options available for the end user or disables selecting cells, rows, columns or the whole table with the keyboard or the mouse.

If you want to disable selecting cells by the end user, you should call

   GetParam()->EnableSelection(FALSE);

See Also

CGXGridParam::IsEnableSelection

CGXGridParam

Class Overview | Class Members