Read-only cells, rows and columns

M!Table provides the facility to make individual cells, rows and columns read only.
When a cell is read only:
- It may receive the focus ( if it doesn't belong to a check box column, see below ), but its contents can't be changed by the user.
- If the cell belongs to a check box column, the cell is disabled and can't receive the focus, thus the contents can't be changed by the user.
- If the cell belongs to a popup edit column, the popup edit is read only, too.
- If the cell belongs to a drop down list column, the drop down list can be opened, but it's disabled.

Flags

Cell
MTBL_CELL_FLAG_READ_ONLY

Row
MTBL_ROW_READ_ONLY

Column
MTBL_COL_FLAG_READ_ONLY

Created with the Personal Edition of HelpNDoc: Single source CHM, PDF, DOC and HTML Help creation