CGXGridCore::SetReadOnly
virtual void SetReadOnly(BOOL bReadOnly = TRUE);
bReadOnly
Specifies the new read-only-state.
Remarks
Overridable command for setting the read-only-state.
When the grid is read-only, the user can’t change the text contents of the cells.
As programmer, you can temporarily turn off the read-only state of cells. See CGXGridParam::SetLockReadOnly for further details.
See Also
CGXGridCore::IsReadOnly CGXGridParam::SetLockReadOnly