MCPcopy Create free account
hub / github.com/cinience/RedisStudio / SetAccelPos

Method SetAccelPos

DuiLib/Control/UIRichEdit.cpp:947–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945}
946
947LONG CTxtWinHost::SetAccelPos(LONG l_accelpos)
948{
949 LONG laccelposOld = l_accelpos;
950
951 laccelpos = l_accelpos;
952
953 // notify text services of property change
954 pserv->OnTxPropertyBitsChange(TXTBIT_SHOWACCELERATOR, 0);
955
956 return laccelposOld;
957}
958
959WCHAR CTxtWinHost::SetPasswordChar(WCHAR ch_PasswordChar)
960{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected