Searched refs:nEVCtrl (Results 1 – 1 of 1) sorted by relevance
1645 ULONG nEVCtrl = pEditView->GetControlWord(); in KeyInput() local1646 nEVCtrl |= EV_CNTRL_AUTOSIZE; in KeyInput()1647 pEditView->SetControlWord( nEVCtrl ); in KeyInput()1656 ULONG nEVCtrl = pEditView->GetControlWord(); in KeyInput() local1657 nEVCtrl = nEVCtrl | EV_CNTRL_AUTOSIZE; in KeyInput()1658 pEditView->SetControlWord( nEVCtrl ); in KeyInput()
Completed in 37 milliseconds