CGXGridCore::UpdateReadOnly
virtual void UpdateReadOnly(BOOL bOldReadOnly, BOOL bCreateHint = FALSE);?
bOldReadOnly
Specifies the old read-only state
bCreateHint
Specifies if a hint should be created.
Remarks
Overridable method which resets the edit control.
The method creates the following hint:
CGXGridHint hint(gxHintUpdateReadOnly, m_nViewID);
hint.lParam = bOldReadOnly;
You can override this method if you need to change the hint.
See Also
CGXGridCore::SetReadOnly CGXGridHint