I would like to disable some (or all) TabStops in a dialog box.
the following:
dlg.m_MyWord.TabStop=FALSE;

produces the error: TabStop is not a member of CString.
where m_MyWord identifies a ReadOnly edit window.
What did i do wrong?
TIA