CGXGridParam::IsEnableSelection
BOOL IsEnableSelection(WORD wFlags)
wFlags
-
Specifies the options:
- GX_SELFULL specifies all actions.
- GX_SELNONE specifies no actions.
- GX_SELROW specifies selecting rows.
- GX_SELCOL specifies selecting columns.
- GX_SELTABLE specifies selecting the whole table.
- GX_SELCELL specifies selecting of cells in the grid.
- GX_SELMULTIPLE specifies multiple selections.
- GX_SELSHIFT specifies extending selections by pressing SHIFT.
GX_SELKEYBOARD specifies selecting with SHIFT+Arrow Key.
Return Value
TRUE if selecting cells by the end user is possible and the specified options are enabled.